mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Replace an indent of eight spaces with a tab
This commit is contained in:
parent
ff08b3b022
commit
28a3dbe164
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue