diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-15 16:00:09 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-15 16:00:09 +0000 |
commit | cba46be94c0b711b6aa0709140b08ef541a345bb (patch) | |
tree | d7ec760745fea1d1ecdff1aa40a8b5c7e1b12392 /ChangeLog | |
parent | da4d97f0652bddcee269b6d99863f21a1021056c (diff) |
More Regexp madness. Fixes, optimizations, and a new method to parse channel lists
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * Plugin: new unreplied() method to handle PRIVMSGs which have not been replied to. + * Regexp: more regexp madness. BasicUserMessage and derivate classes + now have a new method parse_channel_list() to parse list of channel + names. 2007-02-12 Giuseppe Bilotta <giuseppe.bilotta@gmail.com> |