]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
Improve NOTICE and PRIVMSG robustness when target is not a simple channel or user
[user/henk/code/ruby/rbot.git] / ChangeLog
index bcfd7a45ec2e44a817c1cc3d53ff7fbbae807032..2006c95813f3a4f12a89813e78a2c851ba597c1a 100644 (file)
--- 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>