1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

Make channel optional in IRC command /mode (bug #25735)

This commit is contained in:
Sebastien Helleu
2009-03-02 11:21:30 +01:00
parent 371bf4b401
commit 8ffd58b4a8
13 changed files with 160 additions and 75 deletions
+1 -1
View File
@@ -3963,7 +3963,7 @@ irc_protocol_cmd_366 (struct t_irc_server *server, const char *command,
_("normal"),
IRC_COLOR_CHAT_DELIMITERS);
irc_command_mode_server (server, ptr_channel->name);
irc_command_mode_server (server, ptr_channel, NULL);
irc_channel_check_away (server, ptr_channel, 1);
}
else