]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - data/rbot/plugins/reaction.rb
plugin(points): forgot one special case, see #34
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / reaction.rb
2010-12-31 Giuseppe Bilottafake message: set replied on reply
2010-04-16 Raine Virtareaction: handle :acts in can_add?
2010-02-25 Raine Virtareaction: fix can_add? method logic
2010-02-25 Raine Virtareaction: reverse permission check
2010-02-10 Giuseppe Bilottareact: restrict command reactions by default
2009-08-27 Giuseppe Bilottareaction plugin: shorter help for replies
2009-08-27 Giuseppe Bilottareaction plugin: 'ruby:' replies
2009-04-07 Giuseppe Bilottareaction: document 'reaction move' syntax
2009-03-09 Giuseppe Bilottareaction: spoken reactions should use plainreply, not...
2009-03-09 Spencer Rinehartreaction: fix trigger regex to work with non-alphanumer...
2009-02-19 Raine Virtaremove whitespace
2008-12-28 Giuseppe Bilottaplugins: raise a descriptive LoadError when the db...
2008-04-08 Giuseppe Bilottareaction plugin: use fake_message()
2008-03-24 Jan Wikholm* (reaction plugin) make rm recalculate chances of...
2007-11-01 Giuseppe Bilottareaction plugin: better matching for non-regexp triggers
2007-10-31 Giuseppe Bilottareaction plugin: fix reaction removal when no index...
2007-10-31 Giuseppe Bilottareaction plugin: improve trigger_syntax further
2007-10-31 Giuseppe Bilottareaction plugin: reactions can now call commands
2007-10-31 Giuseppe Bilottareaction plugin: allow removal of a single reaction...
2007-10-31 Giuseppe Bilottareaction plugin: collect trigger syntax into a single...
2007-10-31 Giuseppe Bilottareaction plugin: update help text to match new syntax
2007-09-22 Giuseppe Bilottareaction plugin: uniformize auth_path for trigger remov...
2007-09-22 Giuseppe Bilottareaction plugin: order reaction candidates by number...
2007-09-21 Giuseppe Bilottareaction plugin: no more :stuff, but :before and :after...
2007-09-21 Giuseppe Bilottareaction plugin: it's %{key}, not %%{key}
2007-09-21 Giuseppe Bilottareaction plugin: quoted multi-word triggers in [1189...
2007-09-21 Giuseppe Bilottareaction plugin: use the longest-matching trigger,...
2007-09-21 Giuseppe Bilottareaction plugin: make triggers case insensitive
2007-09-21 Giuseppe Bilottareaction plugin: range attribute should be an accessor...
2007-09-21 Giuseppe Bilottareaction plugin: revert [1204], having r.range == nil...
2007-09-21 Dmitry Kim* (plugins/reaction) fixed r.range == nil case
2007-09-20 Giuseppe Bilottareaction plugin: captures in regexp are now available...
2007-09-20 Giuseppe Bilottareaction plugin: allow moving replies from one trigger...
2007-09-20 Giuseppe Bilottareaction plugin: chance was not actually optional
2007-09-20 Giuseppe Bilottareaction plugin: reply ranges were not being updated...
2007-09-20 Giuseppe Bilottareaction plugin: it is now possible to change the chanc...
2007-09-20 Giuseppe Bilottareaction plugin: update help
2007-09-20 Giuseppe Bilottareaction plugin: missing \! in string-to-chance conversion
2007-09-20 Giuseppe Bilottareaction plugin: author/date/channel information are...
2007-09-20 Giuseppe Bilottareaction plugin: triggers can have multiple reactions...
2007-09-19 Giuseppe Bilottareaction plugin: only react to unreplied messages
2007-09-19 Giuseppe Bilottareaction plugin: check for existing reaction when addin...
2007-09-19 Giuseppe Bilottareaction plugin: new add syntax
2007-09-19 Giuseppe Bilottareaction plugin: one-liner reply/reaction to in-channel...