mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04: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:
parent
07106c4029
commit
f3d4c6bc63
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user