fix another warning
This commit is contained in:
parent
0ff2ade078
commit
36e41a6476
@ -706,7 +706,7 @@ inbound_nameslist (server *serv, char *chan, char *names,
|
|||||||
/* Ignore prefixes so '!' won't cause issues */
|
/* Ignore prefixes so '!' won't cause issues */
|
||||||
while (strchr (serv->nick_prefixes, *nopre_name) != NULL)
|
while (strchr (serv->nick_prefixes, *nopre_name) != NULL)
|
||||||
{
|
{
|
||||||
*nopre_name++;
|
nopre_name++;
|
||||||
offset++;
|
offset++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user