mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 11:13:12 +02:00
New format for some IRC protocol commands
This commit is contained in:
@@ -85,6 +85,9 @@ irc_mode_channel_set (struct t_irc_server *server,
|
||||
char *pos_args, *str_modes, set_flag, **argv, *pos, *ptr_arg;
|
||||
int argc, current_arg;
|
||||
|
||||
if (!server || !channel || !modes)
|
||||
return;
|
||||
|
||||
argc = 0;
|
||||
argv = NULL;
|
||||
current_arg = 0;
|
||||
|
||||
Reference in New Issue
Block a user