summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-18 20:44:40 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-18 20:44:40 +0000
commit9b1197d23b9353e27ffae3d687bc5b35ba9e78b5 (patch)
tree6c07c014cccbfbd14c9630acabc53229a385af60 /ChangeLog
parentedd1cf77be07ae507014574141e920ad23eb164d (diff)
nickserv plugin: export information on current identification status
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc5beeb4..b82b3b0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
title/author/copyright/license information. Authors of new plugins are
encouraged to use it. Many existing plugins have been changed to
follow the same spec.
+ * NickServ plugin: delegate #identified() to other plugins after
+ successfull identification. Also provide #identified?() method to test
+ if the bot has successfully identified. Not perfect yet (gets reset
+ after a rescan.)
2007-02-15 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>