From aca45a943a92c9c55332aac4224a5712077de3c7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 23 Feb 2015 13:26:09 +0200 Subject: [PATCH] Revert "zncmodules: disable clientaway" This reverts commit 0339b6ac29dca962dfec850a2dabecb0d5217a04. --- bash/zncmodules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bash/zncmodules b/bash/zncmodules index 0562c5c..a4882a1 100755 --- a/bash/zncmodules +++ b/bash/zncmodules @@ -13,9 +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 -## Incompatibe with ZNC 1.7 on 2015-02-22. -#curl -LO https://raw.githubusercontent.com/kylef/znc-contrib/master/clientaway.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.