From e21c13ff034b82e5bab4ba856cc46848b534ab41 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 23 Mar 2015 10:36:30 +0200 Subject: [PATCH] zncmodules: add clientbuffer --- bash/zncmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/zncmodules b/bash/zncmodules index 9012d1e..77618bc 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://github.com/jpnurmi/znc-clientbuffer/raw/master/clientbuffer.cpp # UNSTABLE! #curl -LO https://raw.githubusercontent.com/kylef/znc-contrib/master/clientaway.cpp rm clientaway.cpp