mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
Whitespace fix
This commit is contained in:
parent
e480b9b165
commit
35d30c19a1
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ static void handle_client_cmd(CLIENT_REC *client, char *cmd, char *args,
|
||||||
|
|
||||||
ignore_next = TRUE;
|
ignore_next = TRUE;
|
||||||
if (*msg != '\001' || msg[strlen(msg)-1] != '\001') {
|
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,
|
"message own_public" : "message own_private", 4,
|
||||||
client->server, msg, target, target);
|
client->server, msg, target, target);
|
||||||
} else if (strncmp(msg+1, "ACTION ", 7) == 0) {
|
} else if (strncmp(msg+1, "ACTION ", 7) == 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue