From 0339b6ac29dca962dfec850a2dabecb0d5217a04 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 22 Feb 2015 20:42:08 +0200 Subject: [PATCH] zncmodules: disable clientaway --- bash/zncmodules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bash/zncmodules b/bash/zncmodules index a4882a1..0562c5c 100755 --- a/bash/zncmodules +++ b/bash/zncmodules @@ -13,7 +13,9 @@ 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 +## Incompatibe with ZNC 1.7 on 2015-02-22. +#curl -LO https://raw.githubusercontent.com/kylef/znc-contrib/master/clientaway.cpp + # now you should compile znc normally or use zncconfigure in this # repository.