mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 21:43:12 +02:00
exempt bugs resolved
This commit is contained in:
+1
-1
@@ -261,7 +261,7 @@ static int add_exbanid(aClient *cptr, aChannel *chptr, char *banid)
|
||||
return -1;
|
||||
}
|
||||
|
||||
for (ban = chptr->banlist; ban; ban = ban->next)
|
||||
for (ban = chptr->exlist; ban; ban = ban->next)
|
||||
{
|
||||
/* wtf is this?
|
||||
len += strlen(ban->banstr);
|
||||
|
||||
Reference in New Issue
Block a user