From 61a1d901dadc04660c40a3af556d8012c079bfdb Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 10 Feb 2015 20:03:47 +0200 Subject: [PATCH] zncmodules: add privmsg_auto --- bash/zncmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/zncmodules b/bash/zncmodules index 7562c94..a9170fc 100755 --- a/bash/zncmodules +++ b/bash/zncmodules @@ -12,6 +12,7 @@ curl -LO https://raw.githubusercontent.com/Zarthus/Code-Snippets/master/c++/znc- curl -LO https://github.com/jpnurmi/znc-playback/raw/master/playback.cpp curl -LO https://github.com/jpnurmi/znc-chanfilter/raw/master/chanfilter.cpp curl -LO https://github.com/KindOne-/znc-modules/raw/master/modules/freenodeinfo.cpp +curl -LO https://raw.githubusercontent.com/NuclearW/znc-modules/master/privmsg_auto/privmsg_auto.cpp # now you should compile znc normally or use zncconfigure in this # repository.