forked from GNUsocial/gnu-social
		
	Fix error in xmpp help
darcs-hash:20080926214627-f6e2c-f0aa98fe5e76c4aaa3bbaeb400fe85704a31a8c9.gz
This commit is contained in:
		@@ -218,7 +218,7 @@ class XMPPDaemon extends Daemon {
 | 
				
			|||||||
		 case 'help':
 | 
							 case 'help':
 | 
				
			||||||
		 	if(count($p)!=1)
 | 
							 	if(count($p)!=1)
 | 
				
			||||||
		 		return false;
 | 
							 		return false;
 | 
				
			||||||
		 	$this->from_site($user->jabber, "Commands:\n on     - turn on notifications\n off    - turn off notifications\n help   - show this help \n sub - subscribe to user\n unsubscribe - unsub from user");
 | 
							 	$this->from_site($user->jabber, "Commands:\n on     - turn on notifications\n off    - turn off notifications\n help   - show this help \n sub - subscribe to user\n unsub - unsubscribe from user");
 | 
				
			||||||
		 	return true;
 | 
							 	return true;
 | 
				
			||||||
		 case 'on':
 | 
							 case 'on':
 | 
				
			||||||
		 	if(count($p)!=1)
 | 
							 	if(count($p)!=1)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user