diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-21 18:41:35 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-21 18:41:35 +0100 |
commit | 1c5ef4d1e3c103262aa98726a64e8e2e780930f8 (patch) | |
tree | 7f7ffd39f7dea0a0dba5d0206405c62b23219080 /ChangeLog | |
parent | 8f9f1f8e974c4ff020a0da7a7b39293a5e3f9f28 (diff) | |
download | weechat-1c5ef4d1e3c103262aa98726a64e8e2e780930f8.zip |
Remove IRC commands /forcejoin and /omode (now possible with alias and custom completion)
It is now possible to add such commands with aliases:
/alias -completion %%sajoin forcejoin /quote forcejoin
/alias -completion %%samode omode /quote omode
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -63,7 +63,6 @@ Version 0.3.2 (under dev!) * irc: add option irc.look.item_channel_modes_hide_key to hide channel key in channel modes (bug #23961) * irc: add option irc.look.item_nick_prefix -* irc: add commands /omode and /forcejoin (patch #7126) * irc: add command /map * irc: add missing commands 276, 343 * irc: fix compilation with old GnuTLS versions (bug #28723) |