summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-08-22 10:04:17 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-08-22 10:04:17 +0000
commit77e3fb3c8312031572e6aa6d1962a9bb3faf68b8 (patch)
tree1d263ed3065f21140628c25c69a6f8cdbc3d3c93 /ChangeLog
parent1f801ff07964a9c2d605a97715b5fea0aafd078c (diff)
downloadweechat-77e3fb3c8312031572e6aa6d1962a9bb3faf68b8.zip
Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars $nick/$channel/$server for server_command, alias and plugin command handlers
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a313a2bb..4c9f13345 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-ChangeLog - 2006-08-21
+ChangeLog - 2006-08-22
Version 0.2.1 (under dev!):
+ * added special vars $nick/$channel/$server for server_command, alias and
+ plugin command handlers
+ * added arguments $1,$2,..,$9 and $* for alias (task #5831)
* added hotlist in session file when using /upgrade command (task #5449)
* fixed nick refresh problem with unrealircd specific modes: chan owner (~)
and chan admin (&) (bug #17340)