mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Limit url-grabbing to NOTICE, PRIVMSG, TOPIC, 332 (RPL_TOPIC), 372 (RPL_MOTD)
This commit is contained in:
@@ -157,6 +157,8 @@ server_send_real (server *serv, char *buf, int len)
|
||||
{
|
||||
fe_add_rawlog (serv, buf, len, TRUE);
|
||||
|
||||
url_check_line (buf, len);
|
||||
|
||||
return tcp_send_real (serv->ssl, serv->sok, serv->encoding, serv->using_irc,
|
||||
buf, len);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user