summaryrefslogtreecommitdiff
path: root/data/rbot
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-10-31 19:50:58 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-10-31 19:50:58 +0000
commit1d2aba05cb025f51315cb45f0bf9b95879617002 (patch)
treed404cb8e22255580cf98f0f2363627027e75868a /data/rbot
parent1ad496b1f55715c33593b545299f5c5e877e25f0 (diff)
reaction plugin: update help text to match new syntax
Diffstat (limited to 'data/rbot')
-rw-r--r--data/rbot/plugins/reaction.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/rbot/plugins/reaction.rb b/data/rbot/plugins/reaction.rb
index c2230d65..f65c4b1a 100644
--- a/data/rbot/plugins/reaction.rb
+++ b/data/rbot/plugins/reaction.rb
@@ -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