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