aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/alias.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-02-19 16:31:59 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-02-19 16:31:59 +0100
commit366ad696c08b4b25f1b210b083a1bb5ef8b4d096 (patch)
tree251c69f880e2194a2f118c7eb968fa5d7ab6cf60 /weechat/alias.conf
parent94adc36ffa0bc75bcaf25b611662854c2f62ea6f (diff)
downloaddotfiles-366ad696c08b4b25f1b210b083a1bb5ef8b4d096.tar.xz
weechat: Change ig aliases to filter by channel
Diffstat (limited to 'weechat/alias.conf')
-rw-r--r--weechat/alias.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/weechat/alias.conf b/weechat/alias.conf
index 5f17685..fafbd8a 100644
--- a/weechat/alias.conf
+++ b/weechat/alias.conf
@@ -16,7 +16,7 @@ CL = "buffer clear"
CLOSE = "buffer close"
CS = "/quote ChanServ"
EXIT = "quit"
-ig = "filter add ignore_$1 *.$server.* nick_$1 *"
+ig = "filter add ignore_$1_$channel *.$server.$channel nick_$1 *"
irc-analogy = "/input insert an IRC server is like a shopping mall. It provides space for various shops. While the mall owner (read: the server's staff) might control some of the shops (read: channels), most of them are 'owned' (registered) by individual parties (channel founders). Each of the shops (channels) usually have their own subject/topic of conversation and their own rules and guidelines. All of the shops (channels) can be reached via the main entrance (any IRC client connected to the server's address), but some of them might have their own entrance (an IRC applet/client on their own website). So, the fact that you have connected through website X about subject Y, doesn't mean all other channels belong to the same website / share the same topic of conversation."
J = "join"
K = "kick"
@@ -39,7 +39,7 @@ SIGNOFF = "quit"
T = "topic"
UB = "unban"
UMODE = "mode $nick"
-unig = "filter del ignore_$1"
+unig = "filter del ignore_$1_$channel"
V = "command core version"
W = "who"
WC = "window merge"