diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-11-18 09:35:40 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-11-18 09:35:40 +0000 |
commit | b6f846703b5e348a2cb22839ef1f6101b965da81 (patch) | |
tree | dcf8390b237f4829a7e6ac3964d90ec3f3795905 /data/rbot/plugins/twitter.rb | |
parent | e4f4b9bcf98b930af915352a695b04585800f89d (diff) |
twitter plugin: fix help
Diffstat (limited to 'data/rbot/plugins/twitter.rb')
-rw-r--r-- | data/rbot/plugins/twitter.rb | 2 |
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 |