diff options
author | Geert Hauwaerts <geert@irssi.org> | 2005-03-30 23:56:08 +0000 |
---|---|---|
committer | Geert <Geert@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2005-03-30 23:56:08 +0000 |
commit | 88b387c118b430166223d7ba6e7df0159fab872e (patch) | |
tree | 69801126fdf4854b0027e887376d66bec446e1ff | |
parent | dca0d7a2bc79ad4f83298ceccfab08598a0edc24 (diff) | |
download | irssi-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
-rw-r--r-- | irssi.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 = { |