summaryrefslogtreecommitdiff
path: root/irssi
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-20 13:54:00 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-20 13:55:57 +0200
commitae28a34e5983aa8a453757ce65bd9d4f2abd7bdf (patch)
tree0368078b605380d265c7b8f1eda6ba57baea2a0f /irssi
parent00ab63890f792624adef8e3574f1909b0094cb59 (diff)
downloaddotfiles-ae28a34e5983aa8a453757ce65bd9d4f2abd7bdf.tar.xz
irssi: simplify ignoreall alias
Diffstat (limited to 'irssi')
-rw-r--r--irssi/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/irssi/config b/irssi/config
index b9544af..b7de137 100644
--- a/irssi/config
+++ b/irssi/config
@@ -163,7 +163,7 @@ aliases = {
cb = "crapbuster";
hideset = "set activity_hide_level parts joins quits nicks modes";
hideclear = "set -c activity_hide_level";
- ignoreall = "/ignore $C CRAP NOTICES SNOTES CTCPS JOINS PARTS QUITS KICKS MODES WALLOPS NICKS DCC DCCMSGS CLIENTNOTICES CLIENTCRAP CLIENTERRORS HILIGHTS";
+ ignoreall = "/ignore $C ALL -PUBLIC -ACTIONS -INVITES -MSGS -TOPICS";
slap = "me slaps $0 around with a small 50lb Unix Manual";
bslap = "me slaps $0 around a bit with a 'Get a Life' HOWTO";
rtfm = "msg $C $0: http://www.catb.org/~esr/jargon/html/R/RTFM.html";