]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
reaction plugin: update help text to match new syntax
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 31 Oct 2007 19:50:58 +0000 (19:50 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 31 Oct 2007 19:50:58 +0000 (19:50 +0000)
data/rbot/plugins/reaction.rb

index c2230d65a97f944e8a5676e45e7fac2ed3b20743..f65c4b1aeb6bebc0f7e14e7db50463f6ad19ef87 100644 (file)
@@ -199,8 +199,8 @@ class ReactionPlugin < Plugin
       "Replies can use the %{key} syntax to access one of the following keys: " +
       "who (the user that said the trigger), bot (the bot's own nick), " +
       "target (the first word following the trigger), what (whatever follows target), " +
-      "stuff (everything that follows the trigger), match (the actual matched text), " +
-      "match1, match2, ... (the i-th capture)"
+      "before (everything that precedes the trigger), after, (everything that follows the trigger), " +
+      "match (the actual matched text), match1, match2, ... (the i-th capture)"
     when :list
       "reaction list [n]: lists the n-the page of programmed reactions (30 reactions are listed per page)"
     when :show