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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user