diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-20 14:09:29 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-20 14:09:29 +0000 |
commit | 5acaaf04bfc0bc5386cf3f2aa5c07b34837dcb7c (patch) | |
tree | ef1a5d0532b53289e1ad2795c5b28d98248c78ee /data/rbot/plugins | |
parent | 6ef6b436240072f775f87687e38b880672262657 (diff) |
reaction plugin: chance was not actually optional
Diffstat (limited to 'data/rbot/plugins')
-rw-r--r-- | data/rbot/plugins/reaction.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/reaction.rb b/data/rbot/plugins/reaction.rb index 9150d23e..ef2e85da 100644 --- a/data/rbot/plugins/reaction.rb +++ b/data/rbot/plugins/reaction.rb @@ -135,7 +135,7 @@ end class ReactionPlugin < Plugin - ADD_SYNTAX = 'react to *trigger with *reply at :chance chance' + ADD_SYNTAX = 'react to *trigger with *reply [at :chance chance]' def add_syntax return ADD_SYNTAX |