1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

irc: fix some styles

This commit is contained in:
Sébastien Helleu
2018-03-24 17:08:56 +01:00
parent 837eb82edd
commit 50d39969cb
8 changed files with 52 additions and 25 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ irc_command_mode_masks (struct t_irc_server *server,
if (ptr_channel)
{
/* use modelist item for number arguments */
if (set[0] == '-' && ptr_modelist)
if (ptr_modelist && (set[0] == '-'))
{
error = NULL;
number = strtol (argv[pos_masks], &error, 10);