From b6f846703b5e348a2cb22839ef1f6101b965da81 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 18 Nov 2007 09:35:40 +0000 Subject: twitter plugin: fix help --- data/rbot/plugins/twitter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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 -- cgit v1.2.3