summaryrefslogtreecommitdiff
path: root/irssi.conf
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@irssi.org>2005-03-30 23:56:08 +0000
committerGeert <Geert@dbcabf3a-b0e7-0310-adc4-f8d773084564>2005-03-30 23:56:08 +0000
commit88b387c118b430166223d7ba6e7df0159fab872e (patch)
tree69801126fdf4854b0027e887376d66bec446e1ff /irssi.conf
parentdca0d7a2bc79ad4f83298ceccfab08598a0edc24 (diff)
downloadirssi-88b387c118b430166223d7ba6e7df0159fab872e.zip
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
Diffstat (limited to 'irssi.conf')
-rw-r--r--irssi.conf3
1 files changed, 3 insertions, 0 deletions
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 = {