scripts/bash/zncmodules

27 lines
1.5 KiB
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# This script downloads external ZNC modules which I use.
2014-09-24 18:00:24 +02:00
set -x
2015-01-16 10:17:12 +01:00
# znc/ is the cloned git repostiory (https://github.com/znc/znc.git)
cd znc/modules
curl -LO https://raw.githubusercontent.com/DarthGandalf/znc/dgmods/modules/kvirc.cpp
curl -LO https://raw.githubusercontent.com/kylef/znc-contrib/master/privmsg.cpp
2014-09-24 18:00:24 +02:00
curl -LO https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_notify.cpp
curl -LO https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_notify_unsolicited.cpp
2015-01-10 18:35:35 +01:00
curl -LO https://raw.githubusercontent.com/Zarthus/Code-Snippets/master/c++/znc-modules/ctcp_notifier.cpp
2015-01-24 20:15:15 +01:00
curl -LO https://github.com/jpnurmi/znc-playback/raw/master/playback.cpp
curl -LO https://github.com/jpnurmi/znc-chanfilter/raw/master/chanfilter.cpp
2015-01-29 07:32:35 +01:00
curl -LO https://github.com/KindOne-/znc-modules/raw/master/modules/freenodeinfo.cpp
2015-02-10 19:03:47 +01:00
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
2015-01-24 20:15:15 +01:00
# now you should compile znc normally or use zncconfigure in this
# repository.
2015-01-16 10:17:12 +01:00
# ~/.znc/modules for mod* modules that aren't compiled with ZNC
mkdir -p ~/.znc/modules
cd ~/.znc/modules
curl -LO https://raw.githubusercontent.com/jreese/znc-push/python/push.py
curl -LO https://gist.github.com/kylef/840763/raw/0caaa3e745b7759dcf6f0309184d267180f09cbc/pyeval.py
curl -LO https://github.com/Nothing4You/znc-modules/raw/master/kill_notice.py