mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
/QUERY existing_nick now switches to the window where it exists, instead of
complaining about /window item move (same fix as to /join recently). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2696 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cb7b881d70
commit
8936da1f6d
3 changed files with 4 additions and 16 deletions
|
|
@ -148,7 +148,6 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
{ "query_stop", "Closing query with {nick $0}", 1, { 0 } },
|
||||
{ "no_query", "No query with {nick $0}", 1, { 0 } },
|
||||
{ "query_server_changed", "Query with {nick $0} changed to server {server $1}", 2, { 0, 0 } },
|
||||
{ "query_move_notify", "Query with {nick $0} is already created to window $1, use \"/WINDOW ITEM MOVE $0\" to move it to this window", 2, { 0, 1 } },
|
||||
|
||||
/* ---- */
|
||||
{ NULL, "Highlighting", 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue