mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Some minor query fixes. Nick changes are also detected by checking if
query with another nick from same address if found. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@999 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3011d2c01c
commit
fc491c5f8d
10 changed files with 160 additions and 48 deletions
|
|
@ -108,7 +108,7 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
|
||||
{ "query_start", "Starting query with {nick $0}", 1, { 0 } },
|
||||
{ "no_query", "No query with {nick $0}", 1, { 0 } },
|
||||
{ "query_server_changed", "Query with {nick $2} changed to server {server $1}", 3, { 0, 0, 0 } },
|
||||
{ "query_server_changed", "Query with {nick $0} changed to server {server $1}", 2, { 0, 0 } },
|
||||
|
||||
/* ---- */
|
||||
{ NULL, "Highlighting", 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue