fix another warning

This commit is contained in:
TingPing 2013-10-22 14:53:33 -04:00
parent 0ff2ade078
commit 36e41a6476
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ inbound_nameslist (server *serv, char *chan, char *names,
/* Ignore prefixes so '!' won't cause issues */
while (strchr (serv->nick_prefixes, *nopre_name) != NULL)
{
*nopre_name++;
nopre_name++;
offset++;
}