|
|
@@ -769,9 +769,6 @@ static char *quickban(struct chanset_t *chan, char *uhost)
|
|
|
static char s1[512] = "";
|
|
|
|
|
|
maskaddr(uhost, s1, chan->ban_type);
|
|
|
- /* this used to only happen with strict_host == 0 */
|
|
|
- if (strlen(s1) != 1)
|
|
|
- s1[2] = '*'; /* arthur2 */
|
|
|
do_mask(chan, chan->channel.ban, s1, 'b');
|
|
|
return s1;
|
|
|
}
|