diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-20 21:53:02 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-20 21:53:02 +0000 |
commit | a0ab9e6d8022db22dd66412bb7a9087098e2faa2 (patch) | |
tree | 4573a576eb949a101277cc825280884779143201 /ChangeLog | |
parent | 0118b777ea7eeef59d4210ed7b32016517f5a9e0 (diff) |
Improve NOTICE and PRIVMSG robustness when target is not a simple channel or user
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |