diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-11 08:49:10 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-11 08:49:10 +0000 |
commit | 98066bb754014b343dea272ebf6ec22babf9e8bf (patch) | |
tree | e5100449897579c4f5558e145a052ebdc5b48974 /ChangeLog | |
parent | e90a6ac1e600db1a6b19c56532e4a1f268455a8b (diff) |
auth.allow? method now informs a user when they don't have permissions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |