summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-17 14:27:43 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-17 14:27:43 +0000
commit9a3f00aa082c0415161c99eb633c6ed41aa71b4e (patch)
treeea510157b0f3f692664a9748b9b398d8c0eea6e9 /ChangeLog
parent65a0f65101a02248d90d09432bf68f2e48187f07 (diff)
Nickserv plugin now defaults to very strict permissions. Only owner can make the bot register/identify/whatever now
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5de091d1..3e265426 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
It's a RuntimeError now.
* Fix help: this time for real (or so I hope).
* 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
2006-08-12 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>