summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-17 15:06:51 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-17 15:06:51 +0000
commitc6ac3e019866dd3588333e1c068deda47a55d2d4 (patch)
tree8e4f0d53da3df3def4c36a604d19a09ce7114878 /ChangeLog
parent9a3f00aa082c0415161c99eb633c6ed41aa71b4e (diff)
Stupid horrible typo in botuser.rb login method
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e265426..d82ab0a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
* New IRC Framework: topic plugin now works correctly.
* New Auth Framework: nickserv plugin now defaults to false for its
auth, so that only owner can do stuff with it
+ * New Auth Framework: fix horrible typo, assignment instead of
+ equality test when checking for the username during login.
2006-08-12 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>