commit 7ba85533088a389765326a39f168dc702e85abc6
parent c045833589a8ab37f2cfb10348333e9b1fb41998
Author: dudley <root@pyratebeard.net>
Date: Fri, 24 Mar 2017 00:52:57 +0000
new channels ignore JOINS PARTS QUITS NICKS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/irssi/.irssi/config b/irssi/.irssi/config
@@ -119,6 +119,6 @@ ignores = (
{ mask = "channels"; level = "ALL"; },
{
level = "JOINS PARTS QUITS NICKS";
- channels = ( "##linux", "#r_netsec", "##ArcherScavengerHunt", "#reddit-comicbooks", "#unix", "#comic-scans" );
+ channels = ( "##linux", "#r_netsec", "##ArcherScavengerHunt", "#reddit-comicbooks", "#unix", "#comic-scans", "#jupiterbroadcasting", "linuxmasterrace" );
}
);