mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
parent
5af678d2b9
commit
187c04f7e2
@ -2486,7 +2486,7 @@ cmd_lastlog (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
||||
}
|
||||
j++;
|
||||
}
|
||||
if (*word_eol[j])
|
||||
if (word_eol[j] != NULL && *word_eol[j])
|
||||
{
|
||||
lastlog (sess, word_eol[j], flags);
|
||||
return TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user