mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
remove TAG alias because it doesn't work with quotes in the command, and make ATAG alias simpler
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3915 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e24bcb43df
commit
9b8cdd724e
@ -149,8 +149,7 @@ aliases = {
|
||||
Q = "QUERY";
|
||||
"MANUAL-WINDOWS" = "set use_status_window off;set autocreate_windows off;set autocreate_query_level none;set autoclose_windows off;set reuse_unused_windows on;save";
|
||||
EXEMPTLIST = "mode $C +e";
|
||||
TAG = "script exec Irssi::server_find_tag('$0')->command('$1-');";
|
||||
ATAG = "script exec Irssi::active_win->change_server(Irssi::server_find_tag(\"$0\"));";
|
||||
ATAG = "WINDOW SERVER";
|
||||
};
|
||||
|
||||
statusbar = {
|
||||
|
Loading…
Reference in New Issue
Block a user