1
0
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:
Sebastien Helleu
2008-03-15 17:54:55 +01:00
parent fe8d679362
commit c4ae815a32
3 changed files with 440 additions and 800 deletions
+3
View File
@@ -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;