mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 13:09:29 +01:00
zncmodules: fix #10
This commit is contained in:
parent
3bf3fdb14f
commit
44b7fa92cc
@ -4,18 +4,28 @@ set -x
|
|||||||
|
|
||||||
# znc/ is the cloned git repostiory (https://github.com/znc/znc.git)
|
# znc/ is the cloned git repostiory (https://github.com/znc/znc.git)
|
||||||
cd znc/modules
|
cd znc/modules
|
||||||
wget -Ncnv https://raw.githubusercontent.com/kylef/znc-contrib/master/privmsg.cpp
|
sleep 2
|
||||||
wget -Ncnv https://raw.githubusercontent.com/Zarthus/Code-Snippets/master/c++/znc-modules/ctcp_notifier.cpp
|
curl -LO https://raw.githubusercontent.com/kylef/znc-contrib/master/privmsg.cpp
|
||||||
wget -Ncnv https://github.com/jpnurmi/znc-playback/raw/master/playback.cpp
|
sleep 2
|
||||||
wget -Ncnv https://github.com/jpnurmi/znc-chanfilter/raw/master/chanfilter.cpp
|
curl -LO https://raw.githubusercontent.com/Zarthus/Code-Snippets/master/c++/znc-modules/ctcp_notifier.cpp
|
||||||
wget -Ncnv https://github.com/KindOne-/znc-modules/raw/master/modules/freenodeinfo.cpp
|
sleep 2
|
||||||
wget -Ncnv https://github.com/jpnurmi/znc-clientbuffer/raw/master/clientbuffer.cpp
|
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
|
# modpython
|
||||||
wget -Ncnv https://raw.githubusercontent.com/jreese/znc-push/python/push.py
|
sleep 2
|
||||||
wget -Ncnv https://github.com/Nothing4You/znc-modules/raw/master/kill_notice.py
|
curl -LO https://raw.githubusercontent.com/jreese/znc-push/python/push.py
|
||||||
wget -Ncnv https://github.com/jdarmst/znc-modules/raw/master/python/myinsanity.py
|
sleep 2
|
||||||
wget -Ncnv https://github.com/AwwCookies/ZNC-Modules/raw/master/Aka/aka.py
|
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
|
# now you should compile znc normally or use zncconfigure in this
|
||||||
# repository.
|
# repository.
|
||||||
|
Loading…
Reference in New Issue
Block a user