From 0464fa22dcd6338a7a256653f4398ccd447929ff Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 16 Jan 2015 11:17:12 +0200 Subject: [PATCH] zncmodules: add/improve comments --- bash/zncmodules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bash/zncmodules b/bash/zncmodules index 06e47a5..06d682c 100755 --- a/bash/zncmodules +++ b/bash/zncmodules @@ -1,6 +1,8 @@ #!/usr/bin/env bash # This script downloads external ZNC modules which I use. set -x + +# 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 @@ -8,7 +10,9 @@ curl -LO https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_not curl -LO https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_notify_unsolicited.cpp curl -LO https://raw.githubusercontent.com/Zarthus/Code-Snippets/master/c++/znc-modules/ctcp_notifier.cpp -# ~/.znc/modules for mod* modules +# now you should compile znc normally or use zncconfigure in this repository. + +# ~/.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