mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +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
|
|
@ -197,6 +197,7 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||
{ "ignore_line", "$[-4]0 $1: $2 $3 $4", 5, { 1, 0, 0, 0, 0 } },
|
||||
{ "ignore_footer", "", 0 },
|
||||
{ "talking_in", "You are now talking in %_$0%_", 1, { 0 } },
|
||||
{ "query_start", "Starting query with %_$0%_", 1, { 0 } },
|
||||
{ "no_query", "No query with %_$0%_", 1, { 0 } },
|
||||
{ "no_msgs_got", "You have not received a message from anyone yet", 0 },
|
||||
{ "no_msgs_sent", "You have not sent a message to anyone yet", 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue