From 12745a553e6a53a27be8a303cccb4880cc87c836 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 25 Sep 2006 23:11:36 +0000 Subject: Add help for ping --- lib/rbot/core/basics.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/rbot/core') diff --git a/lib/rbot/core/basics.rb b/lib/rbot/core/basics.rb index 4cbdaab6..f6b07e01 100644 --- a/lib/rbot/core/basics.rb +++ b/lib/rbot/core/basics.rb @@ -118,12 +118,14 @@ class BasicsModule < CoreBotModule return "talk [in here|] => with no arguments, resume speaking in all channels, if \"in here\", resume speaking in this channel, or resume speaking in " when "version" return "version => describes software version" + when "ping" + return "ping => replies with a pong" # when "botsnack" # return "botsnack => reward #{myself} for being good" # when "hello" # return "hello|hi|hey|yo [#{myself}] => greet the bot" else - return "#{name}: quit, restart, join, part, hide, save, rescan, nick, say, action, topic, quiet, talk, version"#, botsnack, hello" + return "#{name}: quit, restart, join, part, hide, save, rescan, nick, say, action, topic, quiet, talk, version, ping"#, botsnack, hello" end end end -- cgit v1.2.3