diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-04-25 12:39:19 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-04-25 12:39:19 +0000 |
commit | 5b8283d2adb556614dfca836b26a7bc887a4f9b6 (patch) | |
tree | fdb185d8ea41d2e91cee65a11aa7ade44509bdb1 | |
parent | 787c3322e0c1acdccb457c47bea76f31c5747f52 (diff) |
fixy
-rw-r--r-- | rbot/keywords.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbot/keywords.rb b/rbot/keywords.rb index 7895b399..f1997829 100644 --- a/rbot/keywords.rb +++ b/rbot/keywords.rb @@ -341,7 +341,7 @@ module Irc return "<who> => replaced with questioner in reply" when "<topic>" return "<topic> => respond by setting the topic to the rest of the definition" - when "keywords search" + when "search" return "keywords search [--all] [--full] <regexp> => search keywords for <regexp>. If --all is set, search static keywords too, if --full is set, search definitions too." else return "Keyword module (Fact learning and regurgitation) topics: overview, set, plurals, override, also, random, get, tell, forget, keywords, keywords search, <reply>, <action>, <who>, <topic>" |