summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-20 21:53:02 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-20 21:53:02 +0000
commita0ab9e6d8022db22dd66412bb7a9087098e2faa2 (patch)
tree4573a576eb949a101277cc825280884779143201 /ChangeLog
parent0118b777ea7eeef59d4210ed7b32016517f5a9e0 (diff)
Improve NOTICE and PRIVMSG robustness when target is not a simple channel or user
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcfd7a45..2006c958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* Topic plugin: fix a bug that prevented it from loading
correctly.
+ * New IRC Framework: make sure that NOTICEs and PRIVMSGs do not
+ raise an exception when the target is in one of the special forms
+ #<mask> or $<mask>. Needs some work, though, since this case should be
+ handled specifically.
2006-08-17 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>