mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Added three new default aliases.
EXEMPTLIST: Show the exemptlist of the current channel. TAG: Execute the folowing command on a specific network. For example: /TAG Freenode /msg #irssi Hi! ATAG: Changed the active window tag to the specified network. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3724 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
dca0d7a2bc
commit
88b387c118
@ -148,6 +148,9 @@ aliases = {
|
|||||||
INVITELIST = "mode $C +I";
|
INVITELIST = "mode $C +I";
|
||||||
Q = "QUERY";
|
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";
|
"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\"));";
|
||||||
};
|
};
|
||||||
|
|
||||||
statusbar = {
|
statusbar = {
|
||||||
|
Loading…
Reference in New Issue
Block a user