mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
/format own_dcc_me -> own_dcc_action
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@743 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f6dbbfae1f
commit
46424964de
3 changed files with 4 additions and 4 deletions
|
|
@ -329,7 +329,7 @@ static void cmd_me(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
|
|||
if (dcc == NULL) return;
|
||||
|
||||
printformat(NULL, item->name, MSGLEVEL_DCCMSGS | MSGLEVEL_NOHILIGHT,
|
||||
IRCTXT_OWN_DCC_ME, dcc->mynick, data);
|
||||
IRCTXT_OWN_DCC_ACTION, dcc->mynick, data);
|
||||
}
|
||||
|
||||
static void cmd_action(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
|
||||
|
|
@ -355,7 +355,7 @@ static void cmd_action(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
|
|||
IRCTXT_DCC_CHAT_NOT_FOUND, target+1);
|
||||
} else {
|
||||
printformat(NULL, target, MSGLEVEL_DCCMSGS | MSGLEVEL_NOHILIGHT,
|
||||
IRCTXT_OWN_DCC_ME, dcc->mynick, text);
|
||||
IRCTXT_OWN_DCC_ACTION, dcc->mynick, text);
|
||||
}
|
||||
cmd_params_free(free_arg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue