Skip to content

Commit 9016703

Browse files
authored
don't spam opers :>
1 parent 26e4601 commit 9016703

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

files/kiwiirc-tags.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ int kiwiirc_tag(Client *client, const char *name, const char *value)
9393
}
9494
else if (strlen(value) > 3500)
9595
{
96-
sendto_umode_global('o', "%s tried to send an oversized message-tag using tag name \"%s\"", client->name, name);
9796
sendnumericfmt(client, ERR_INPUTTOOLONG, "Input line was too long");
9897
return 0;
9998
}

0 commit comments

Comments
 (0)