|
|
strlcpy(ctcpbuf, p1, sizeof(ctcpbuf));
|
|
strlcpy(ctcpbuf, p1, sizeof(ctcpbuf));
|
|
|
detect_flood(nick, uhost, from, strncmp(ctcp, "ACTION ", 7) ? FLOOD_CTCP : FLOOD_PRIVMSG);
|
|
detect_flood(nick, uhost, from, strncmp(ctcp, "ACTION ", 7) ? FLOOD_CTCP : FLOOD_PRIVMSG);
|