1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

let actions pass through the proxy to clients, they're not "real" CTCPs..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@828 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-11-09 22:03:20 +00:00 committed by cras
parent 07106c4029
commit f3d4c6bc63

View File

@ -356,7 +356,8 @@ static void sig_server_event(const char *line, IRC_SERVER_REC *server,
if (g_strcasecmp(event, "event ping") == 0 ||
(g_strcasecmp(event, "event privmsg") == 0 &&
strstr(args, " :\001") != NULL) ||
strstr(args, " :\001") != NULL &&
strstr(args, " :\001ACTION") == NULL) ||
(g_strcasecmp(event, "event notice") == 0 &&
strstr(args, " :\001IRSSILAG") != NULL)) {
/* We want to answer ourself to PINGs and CTCPs,