]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix error in xmpp help
authorCiaranG <ciaran@ciarang.com>
Fri, 26 Sep 2008 21:46:27 +0000 (17:46 -0400)
committerCiaranG <ciaran@ciarang.com>
Fri, 26 Sep 2008 21:46:27 +0000 (17:46 -0400)
darcs-hash:20080926214627-f6e2c-f0aa98fe5e76c4aaa3bbaeb400fe85704a31a8c9.gz

scripts/xmppdaemon.php

index afea72de9b897e621ddcb0946cf91d697726488d..e067fdcdb232ed30c3eb515ab4fd497aa4445068 100755 (executable)
@@ -218,7 +218,7 @@ class XMPPDaemon extends Daemon {
                 case 'help':
                        if(count($p)!=1)
                                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;
                 case 'on':
                        if(count($p)!=1)