From b3451f23b6a20a3ca22e908d4243b016664ca5a4 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 25 Jan 2015 14:17:09 +0200 Subject: [PATCH] zncmodules: add chanfilter --- bash/zncmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/zncmodules b/bash/zncmodules index aef6d66..1c98dfc 100755 --- a/bash/zncmodules +++ b/bash/zncmodules @@ -10,6 +10,7 @@ curl -LO https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_not curl -LO https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_notify_unsolicited.cpp curl -LO https://raw.githubusercontent.com/Zarthus/Code-Snippets/master/c++/znc-modules/ctcp_notifier.cpp curl -LO https://github.com/jpnurmi/znc-playback/raw/master/playback.cpp +curl -LO https://github.com/jpnurmi/znc-chanfilter/raw/master/chanfilter.cp # now you should compile znc normally or use zncconfigure in this # repository.