From 373913313b492d5b670acca19207eb3e5c6fd7a6 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 3 Mar 2015 07:57:40 +0200 Subject: [PATCH] zncmodules: rm clientaway --- bash/zncmodules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bash/zncmodules b/bash/zncmodules index dffb2ae..9012d1e 100755 --- a/bash/zncmodules +++ b/bash/zncmodules @@ -13,7 +13,10 @@ 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 +# UNSTABLE! +#curl -LO https://raw.githubusercontent.com/kylef/znc-contrib/master/clientaway.cpp +rm clientaway.cpp +rm ~/.local/lib/znc/clientaway.so # modpython curl -LO https://raw.githubusercontent.com/jreese/znc-push/python/push.py