summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCiaranG <ciaran@ciarang.com>2008-09-26 17:46:27 -0400
committerCiaranG <ciaran@ciarang.com>2008-09-26 17:46:27 -0400
commitdbf80a0f5a64926e6205a33717037e851fee8ed4 (patch)
treee3bcc4eb41b58b45203f59649fab8e8ab6126ab7 /scripts
parent81febf1acc6ed5fe830841555860c9d59cae869b (diff)
Fix error in xmpp help
darcs-hash:20080926214627-f6e2c-f0aa98fe5e76c4aaa3bbaeb400fe85704a31a8c9.gz
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xmppdaemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php
index afea72de9..e067fdcdb 100755
--- a/scripts/xmppdaemon.php
+++ b/scripts/xmppdaemon.php
@@ -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)