From 42704b6f5ab3ed9c3451b7fabee40d51d048a76f Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 8 Mar 2009 00:07:05 +0100 Subject: keywords plugin: document some more features in help --- data/rbot/plugins/keywords.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/rbot/plugins/keywords.rb b/data/rbot/plugins/keywords.rb index 8671e32f..58fcfe9b 100644 --- a/data/rbot/plugins/keywords.rb +++ b/data/rbot/plugins/keywords.rb @@ -325,6 +325,12 @@ class Keywords < Plugin case plugin when /keyword/ case topic + when 'export' + 'keyword export => exports definitions to keyword_factoids.rbot' + when 'stats' + 'keyword stats => show statistics about static facts' + when 'wipe' + 'keyword wipe => forgets everything about a keyword' when 'lookup' 'keyword [lookup] => look up the definition for a keyword; writing "lookup" is optional' when 'set' @@ -348,7 +354,7 @@ class Keywords < Plugin when '' ' => respond by setting the topic to the rest of the definition' else - 'keyword module (fact learning and regurgitation) topics: lookup, set, forget, tell, search, listen, address, , , , ' + 'keyword module (fact learning and regurgitation) topics: lookup, set, forget, tell, search, listen, address, stats, export, wipe, , , , ' end when "forget" 'forget => forget a keyword' -- cgit v1.2.3