summaryrefslogtreecommitdiff
path: root/data/rbot/plugins
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-11-18 09:35:40 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-11-18 09:35:40 +0000
commitb6f846703b5e348a2cb22839ef1f6101b965da81 (patch)
treedcf8390b237f4829a7e6ac3964d90ec3f3795905 /data/rbot/plugins
parente4f4b9bcf98b930af915352a695b04585800f89d (diff)
twitter plugin: fix help
Diffstat (limited to 'data/rbot/plugins')
-rw-r--r--data/rbot/plugins/twitter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/twitter.rb b/data/rbot/plugins/twitter.rb
index ef0d05b6..b29f51b4 100644
--- a/data/rbot/plugins/twitter.rb
+++ b/data/rbot/plugins/twitter.rb
@@ -39,7 +39,7 @@ class TwitterPlugin < Plugin
# return a help string when the bot is asked for help on this plugin
def help(plugin, topic="")
- return "twitter status [status] => updates your status on twitter | twitter identify [username] [password] => ties your nick to your twitter username and password"
+ return "twitter status [nick] => show nick's (or your) status | twitter update [status] => updates your status on twitter | twitter identify [username] [password] => ties your nick to your twitter username and password"
end
# update the status on twitter