summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-11 16:23:47 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-11 16:23:47 +0000
commit41b34863e2064ff7e04c5886277da21abb52e349 (patch)
tree53677303959c77cb0824caf29847e2e58e0075c5 /ChangeLog
parentad4bb5bf4fce69f1848f8b717abbab849fc37805 (diff)
nickreply and nickokay method, with option to let reply/okay behave like this by default
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9efe9b08..6f153a45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>