diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-11 16:23:47 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-11 16:23:47 +0000 |
commit | 41b34863e2064ff7e04c5886277da21abb52e349 (patch) | |
tree | 53677303959c77cb0824caf29847e2e58e0075c5 /ChangeLog | |
parent | ad4bb5bf4fce69f1848f8b717abbab849fc37805 (diff) |
nickreply and nickokay method, with option to let reply/okay behave like this by default
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ * 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. + * New nickreply and nickokay methods: they act like the old reply + method, but include the nick of the user the bot is replying to when + talking in public. The usual reply method can be configured to act + like this as default. 2006-08-10 Giuseppe Bilotta <giuseppe.bilotta@gmail.com> |