summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-11 08:49:10 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-11 08:49:10 +0000
commit98066bb754014b343dea272ebf6ec22babf9e8bf (patch)
treee5100449897579c4f5558e145a052ebdc5b48974 /ChangeLog
parente90a6ac1e600db1a6b19c56532e4a1f268455a8b (diff)
auth.allow? method now informs a user when they don't have permissions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82614afc..9efe9b08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* AutoOp plugin: adapted to the new IRC framework.
* AutoOp plugin: trigger autoop on nick change too.
+ * New Auth Framework: allow? method now informs a user when they don't
+ have permission to do what they asked for.
2006-08-10 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>