Daniel F
|
adb53a0a35
|
preserve usage count upon overwriting an existing regexp entry.
|
2010-03-19 09:55:43 -04:00 |
|
Daniel Folkinshteyn
|
76d25a193b
|
ignore messages addressed to bot directly, in the messageparser.
|
2010-03-17 23:54:28 -04:00 |
|
Daniel Folkinshteyn
|
629ede010a
|
forget about unicode, and just use text_factory str for sqlite to retrieve raw bytes out of text fields without conversions.
|
2010-03-17 13:19:07 -04:00 |
|
Daniel Folkinshteyn
|
6ceeace44d
|
process multiple matches of a regexp per message
|
2010-03-17 12:37:34 -04:00 |
|
Daniel Folkinshteyn
|
95aa56c694
|
fix sqlite3 import for python 2.4
|
2010-03-17 01:55:23 -04:00 |
|
Daniel Folkinshteyn
|
dbbef9ec43
|
use double quotes in listall.
|
2010-03-16 16:51:30 -04:00 |
|
Daniel Folkinshteyn
|
d72649c5c5
|
give messageparser ability to use arbitrary commands as trigger responses.
|
2010-03-16 16:49:55 -04:00 |
|
Daniel Folkinshteyn
|
f8ddba0d15
|
get messageparser to use sqlite3. should work now....
|
2010-03-15 20:06:24 -04:00 |
|
Daniel Folkinshteyn
|
3326212d55
|
fix typo (write-o, really) in string for show command
|
2010-03-15 17:40:57 -04:00 |
|
Daniel Folkinshteyn
|
0c87c523d2
|
use irc.reply instead of irc.error for conditions that are expected to normally occur on occasion,
also, add returns after error conditions (i assumed earlier that irc.error returned) - this fixes some bugs.
|
2010-03-15 17:32:02 -04:00 |
|
Daniel Folkinshteyn
|
f62be4b4a7
|
implement the messageparser plugin.
at the moment, it is constrained only to echo messages, rather than arbitrary commands, for triggers
maybe that'll change in the future...
|
2010-03-11 01:59:37 -05:00 |
|
Daniel Folkinshteyn
|
5b05944838
|
create stub of messageparser plugin
|
2010-03-10 01:27:00 -05:00 |
|