1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

Mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are now sent in one mode command to server (task #5968)

This commit is contained in:
Sebastien Helleu
2006-10-12 15:14:08 +00:00
parent 8c29d36461
commit 5a82d5a246
6 changed files with 98 additions and 76 deletions
+2
View File
@@ -5,6 +5,8 @@ ChangeLog - 2006-10-12
Version 0.2.2 (under dev!):
* mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are
now sent in one mode command to server (task #5968)
* added more values for config boolean values: y/true/t/1 and n/false/f/0
* fixed bug with /alias and arguments (like $1), now text after
argument(s) is used (bug #17944)