diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-03-10 12:11:17 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-03-10 12:11:17 +0000 |
commit | 787c3322e0c1acdccb457c47bea76f31c5747f52 (patch) | |
tree | 6dc7e8e1bb39907208c441994127e4d6e63da03c /ChangeLog | |
parent | bebe7f8392f3f1750bc196cb19bd4bfbda3310b6 (diff) |
fix http usage, other tweaks
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Wed Oct 13 16:16:31 BST 2004 Tom Gilbert <tom@linuxbrit.co.uk> + + * Fix bug with quotes plugin where it gets confused and sees both a quote + and a keyword, both plugins are triggered by, for example "addquote foo is + bar" + * fixed this by implementing the "has_responded" flag on a message. When a + plugin replied to a message (or it manually sets m.replied to true), the + keywords plugin will honour that flag and not examine the message for + keywords. This flag can also be checked by listen plugins that don't want to + interfere with other plugin commands. + Mon Oct 11 00:37:52 BST 2004 Tom Gilbert <tom@linuxbrit.co.uk> * Fixes to the NickServ plugin |