zncmodules: fix #10

This commit is contained in:
Aminda Suomalainen 2015-11-21 15:05:20 +02:00
parent 3bf3fdb14f
commit 44b7fa92cc
1 changed files with 20 additions and 10 deletions

View File

@ -4,18 +4,28 @@ set -x
# znc/ is the cloned git repostiory (https://github.com/znc/znc.git)
cd znc/modules
wget -Ncnv https://raw.githubusercontent.com/kylef/znc-contrib/master/privmsg.cpp
wget -Ncnv https://raw.githubusercontent.com/Zarthus/Code-Snippets/master/c++/znc-modules/ctcp_notifier.cpp
wget -Ncnv https://github.com/jpnurmi/znc-playback/raw/master/playback.cpp
wget -Ncnv https://github.com/jpnurmi/znc-chanfilter/raw/master/chanfilter.cpp
wget -Ncnv https://github.com/KindOne-/znc-modules/raw/master/modules/freenodeinfo.cpp
wget -Ncnv https://github.com/jpnurmi/znc-clientbuffer/raw/master/clientbuffer.cpp
sleep 2
curl -LO https://raw.githubusercontent.com/kylef/znc-contrib/master/privmsg.cpp
sleep 2
curl -LO https://raw.githubusercontent.com/Zarthus/Code-Snippets/master/c++/znc-modules/ctcp_notifier.cpp
sleep 2
curl -LO https://github.com/jpnurmi/znc-playback/raw/master/playback.cpp
sleep 2
curl -LO https://github.com/jpnurmi/znc-chanfilter/raw/master/chanfilter.cpp
sleep 2
curl -LO https://github.com/KindOne-/znc-modules/raw/master/modules/freenodeinfo.cpp
sleep 2
curl -LO https://github.com/jpnurmi/znc-clientbuffer/raw/master/clientbuffer.cpp
# modpython
wget -Ncnv https://raw.githubusercontent.com/jreese/znc-push/python/push.py
wget -Ncnv https://github.com/Nothing4You/znc-modules/raw/master/kill_notice.py
wget -Ncnv https://github.com/jdarmst/znc-modules/raw/master/python/myinsanity.py
wget -Ncnv https://github.com/AwwCookies/ZNC-Modules/raw/master/Aka/aka.py
sleep 2
curl -LO https://raw.githubusercontent.com/jreese/znc-push/python/push.py
sleep 2
curl -LO https://github.com/Nothing4You/znc-modules/raw/master/kill_notice.py
sleep 2
curl -LO https://github.com/jdarmst/znc-modules/raw/master/python/myinsanity.py
sleep 2
curl -LO https://github.com/AwwCookies/ZNC-Modules/raw/master/Aka/aka.py
# now you should compile znc normally or use zncconfigure in this
# repository.