1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00: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:
Geert Hauwaerts 2005-03-30 23:56:08 +00:00 committed by Geert
parent dca0d7a2bc
commit 88b387c118

View File

@ -148,6 +148,9 @@ aliases = {
INVITELIST = "mode $C +I";
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\"));";
};
statusbar = {