diff options
author | LemonBoy <thatlemon@gmail.com> | 2015-09-02 20:24:47 +0200 |
---|---|---|
committer | LemonBoy <thatlemon@gmail.com> | 2015-09-02 20:24:47 +0200 |
commit | 35d30c19a1fa5413a26a04885ed6cb05af4e2565 (patch) | |
tree | 14e5faf7dc6f76588b6f690c4437cfadcffdae8b /src/irc/proxy | |
parent | e480b9b16579a0434dba61c58dec362511062cb8 (diff) | |
download | irssi-35d30c19a1fa5413a26a04885ed6cb05af4e2565.zip |
Whitespace fix
Diffstat (limited to 'src/irc/proxy')
-rw-r--r-- | src/irc/proxy/listen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/proxy/listen.c b/src/irc/proxy/listen.c index c334e698..ebbbdcfa 100644 --- a/src/irc/proxy/listen.c +++ b/src/irc/proxy/listen.c @@ -262,7 +262,7 @@ static void handle_client_cmd(CLIENT_REC *client, char *cmd, char *args, ignore_next = TRUE; if (*msg != '\001' || msg[strlen(msg)-1] != '\001') { - signal_emit(server_ischannel(SERVER(client->server), target) ? + signal_emit(server_ischannel(SERVER(client->server), target) ? "message own_public" : "message own_private", 4, client->server, msg, target, target); } else if (strncmp(msg+1, "ACTION ", 7) == 0) { |