From 28a3dbe1641876b71a4805ada9aa25b17e43b1ac Mon Sep 17 00:00:00 2001 From: Sebastian Thorarensen Date: Thu, 19 Jun 2014 02:24:25 +0200 Subject: [PATCH] Replace an indent of eight spaces with a tab --- src/core/chat-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/chat-commands.c b/src/core/chat-commands.c index e00e6b1a..e8c7e90f 100644 --- a/src/core/chat-commands.c +++ b/src/core/chat-commands.c @@ -386,7 +386,7 @@ static void cmd_msg(const char *data, SERVER_REC *server, WI_ITEM_REC *item) signal_emit("server sendmsg", 4, server, target, m, GINT_TO_POINTER(target_type)); signal_emit(target_type == SEND_TARGET_CHANNEL ? - "message own_public" : + "message own_public" : "message own_private", 4, server, m, target, origtarget); }