diff options
-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>" |