summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-03-21 18:41:35 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-03-21 18:41:35 +0100
commit1c5ef4d1e3c103262aa98726a64e8e2e780930f8 (patch)
tree7f7ffd39f7dea0a0dba5d0206405c62b23219080 /ChangeLog
parent8f9f1f8e974c4ff020a0da7a7b39293a5e3f9f28 (diff)
downloadweechat-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--ChangeLog1
1 files changed, 0 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index edee2012c..336ed2f5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)