From b6fa749f4b7c133a8173d5478b2280c30696035d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 22 Feb 2015 20:35:26 +0200 Subject: [PATCH] zncmodules: add clientaway --- bash/zncmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/zncmodules b/bash/zncmodules index a9170fc..a4882a1 100755 --- a/bash/zncmodules +++ b/bash/zncmodules @@ -13,6 +13,7 @@ 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 +curl -LO https://raw.githubusercontent.com/kylef/znc-contrib/master/clientaway.cpp # now you should compile znc normally or use zncconfigure in this # repository.