index
:
user/henk/code/ruby/rbot.git
fix/deprecated_gethostbyname
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
rbot
/
plugins
/
reaction.rb
Age
Commit message (
Expand
)
Author
2008-04-08
reaction plugin: use fake_message()
Giuseppe Bilotta
2008-03-24
* (reaction plugin) make rm recalculate chances of replies
Jan Wikholm
2007-11-01
reaction plugin: better matching for non-regexp triggers
Giuseppe Bilotta
2007-10-31
reaction plugin: fix reaction removal when no index was specified
Giuseppe Bilotta
2007-10-31
reaction plugin: improve trigger_syntax further
Giuseppe Bilotta
2007-10-31
reaction plugin: reactions can now call commands
Giuseppe Bilotta
2007-10-31
reaction plugin: allow removal of a single reaction to a trigger
Giuseppe Bilotta
2007-10-31
reaction plugin: collect trigger syntax into a single regexp
Giuseppe Bilotta
2007-10-31
reaction plugin: update help text to match new syntax
Giuseppe Bilotta
2007-09-22
reaction plugin: uniformize auth_path for trigger removal commands
Giuseppe Bilotta
2007-09-22
reaction plugin: order reaction candidates by number of captures as secondary...
Giuseppe Bilotta
2007-09-21
reaction plugin: no more :stuff, but :before and :after for the pre and postm...
Giuseppe Bilotta
2007-09-21
reaction plugin: it's %{key}, not %%{key}
Giuseppe Bilotta
2007-09-21
reaction plugin: quoted multi-word triggers in [1189] were not being unquoted...
Giuseppe Bilotta
2007-09-21
reaction plugin: use the longest-matching trigger, not the first one found
Giuseppe Bilotta
2007-09-21
reaction plugin: make triggers case insensitive
Giuseppe Bilotta
2007-09-21
reaction plugin: range attribute should be an accessor, not a reader
Giuseppe Bilotta
2007-09-21
reaction plugin: revert [1204], having r.range == nil is an actually supporte...
Giuseppe Bilotta
2007-09-21
* (plugins/reaction) fixed r.range == nil case
Dmitry Kim
2007-09-20
reaction plugin: captures in regexp are now available as match1, match2, etc
Giuseppe Bilotta
2007-09-20
reaction plugin: allow moving replies from one trigger to another
Giuseppe Bilotta
2007-09-20
reaction plugin: chance was not actually optional
Giuseppe Bilotta
2007-09-20
reaction plugin: reply ranges were not being updated when adding a new reply
Giuseppe Bilotta
2007-09-20
reaction plugin: it is now possible to change the chance of a reaction by 'ad...
Giuseppe Bilotta
2007-09-20
reaction plugin: update help
Giuseppe Bilotta
2007-09-20
reaction plugin: missing \! in string-to-chance conversion
Giuseppe Bilotta
2007-09-20
reaction plugin: author/date/channel information are reply, not trigger speci...
Giuseppe Bilotta
2007-09-20
reaction plugin: triggers can have multiple reactions, each with a different ...
Giuseppe Bilotta
2007-09-19
reaction plugin: only react to unreplied messages
Giuseppe Bilotta
2007-09-19
reaction plugin: check for existing reaction when adding a new one
Giuseppe Bilotta
2007-09-19
reaction plugin: new add syntax
Giuseppe Bilotta
2007-09-19
reaction plugin: one-liner reply/reaction to in-channel messages/actions. Ini...
Giuseppe Bilotta