summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-12-04 09:44:23 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-12-04 09:44:23 +0000
commit10ab4b0a2005e4374e67d06d9a2c575787e54889 (patch)
tree9f548a42999fee160915ab9150316b3e53f2c984 /ChangeLog
parentc774d9eb008593a9c3dc519fcb7f7a858eb45ef8 (diff)
downloadweechat-10ab4b0a2005e4374e67d06d9a2c575787e54889.zip
Added anti-flood option (irc_anti_flood) (task #5442)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6b190148..be26d835c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@ ChangeLog - 2006-12-04
Version 0.2.2 (under dev!):
+ * added anti-flood option (irc_anti_flood) (task #5442)
* fixed bug with "set_config" function in plugins API (bug #18448)
* plugins: "add_message_handler" now accepts "*" for all IRC messages
* added keys (F9/F10) to scroll topic (task #6030)