From a61ead891c504a84a945edf2de9b271de75ebbe7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 2 Apr 2015 00:07:50 +0300 Subject: [PATCH] zncmodules: also be less verbose --- bash/zncmodules | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/bash/zncmodules b/bash/zncmodules index 81627a2..cd2e9bc 100755 --- a/bash/zncmodules +++ b/bash/zncmodules @@ -4,25 +4,25 @@ set -x # znc/ is the cloned git repostiory (https://github.com/znc/znc.git) cd znc/modules -wget -Nc https://raw.githubusercontent.com/DarthGandalf/znc/dgmods/modules/kvirc.cpp -wget -Nc https://raw.githubusercontent.com/kylef/znc-contrib/master/privmsg.cpp -wget -Nc https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_notify.cpp -wget -Nc https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_notify_unsolicited.cpp -wget -Nc https://raw.githubusercontent.com/Zarthus/Code-Snippets/master/c++/znc-modules/ctcp_notifier.cpp -wget -Nc https://github.com/jpnurmi/znc-playback/raw/master/playback.cpp -wget -Nc https://github.com/jpnurmi/znc-chanfilter/raw/master/chanfilter.cpp -wget -Nc https://github.com/KindOne-/znc-modules/raw/master/modules/freenodeinfo.cpp -wget -Nc https://raw.githubusercontent.com/NuclearW/znc-modules/master/privmsg_auto/privmsg_auto.cpp -wget -Nc https://github.com/jpnurmi/znc-clientbuffer/raw/master/clientbuffer.cpp +wget -Ncnv https://raw.githubusercontent.com/DarthGandalf/znc/dgmods/modules/kvirc.cpp +wget -Ncnv https://raw.githubusercontent.com/kylef/znc-contrib/master/privmsg.cpp +wget -Ncnv https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_notify.cpp +wget -Ncnv https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_notify_unsolicited.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://raw.githubusercontent.com/NuclearW/znc-modules/master/privmsg_auto/privmsg_auto.cpp +wget -Ncnv https://github.com/jpnurmi/znc-clientbuffer/raw/master/clientbuffer.cpp # UNSTABLE! -#wget -Nc https://raw.githubusercontent.com/kylef/znc-contrib/master/clientaway.cpp +#wget -Ncnv https://raw.githubusercontent.com/kylef/znc-contrib/master/clientaway.cpp rm clientaway.cpp rm ~/.local/lib/znc/clientaway.so # modpython -wget -Nc https://raw.githubusercontent.com/jreese/znc-push/python/push.py -wget -Nc https://gist.github.com/kylef/840763/raw/pyeval.py -wget -Nc https://github.com/Nothing4You/znc-modules/raw/master/kill_notice.py +wget -Ncnv https://raw.githubusercontent.com/jreese/znc-push/python/push.py +wget -Ncnv https://gist.github.com/kylef/840763/raw/pyeval.py +wget -Ncnv https://github.com/Nothing4You/znc-modules/raw/master/kill_notice.py # now you should compile znc normally or use zncconfigure in this # repository.