mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Print "starting query with <nick>" when query is created.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@325 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
10c92487a3
commit
b8e1bb0444
3 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ static int queryclose_tag, query_auto_close;
|
|||
static void signal_query_created(QUERY_REC *query, gpointer automatic)
|
||||
{
|
||||
window_item_create((WI_ITEM_REC *) query, GPOINTER_TO_INT(automatic));
|
||||
printformat(query->server, query->nick, MSGLEVEL_CLIENTNOTICE, IRCTXT_QUERY_STARTED, query->nick);
|
||||
}
|
||||
|
||||
static void signal_query_created_curwin(QUERY_REC *query)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue