summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-06 23:27:51 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-06 23:27:51 +0000
commitc7eab99603c757ac4202e809f5c5923fa23e65ff (patch)
tree277ec59ae79aabfe5c987a83f46b404bb232c662 /ChangeLog
parent7142123955bcd73a554564f361125f8da5255b83 (diff)
Fix RSS plugin problems caused by watches created before the new Irc framework
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3970ad39..b2954b46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,13 @@
@bot.kick channel, user, reason
to kick a user from a channel
* RSS plugin: fix rewatch_rss method
+ * RSS plugin: the different ways to represent channels before and
+ after the New IRC Framework was causing strange problems such as
+ watched feed not being listed as such, undeletable watches, double
+ watches etc. Fix this by checking both for the Channel objects and
+ their to_s form when checking for watches or deleting them.
-2006-08-06 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+2006-08-06 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
* Updating the ChangeLog again: describe the new stuff in trunk which
will be made available in the next release. Use Gnu style for new