From 88b387c118b430166223d7ba6e7df0159fab872e Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Wed, 30 Mar 2005 23:56:08 +0000 Subject: 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 --- irssi.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/irssi.conf b/irssi.conf index edbf612c..c228b694 100644 --- a/irssi.conf +++ b/irssi.conf @@ -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 = { -- cgit v1.2.3