From 45bcdda6d4eeb552d0cc5a759a252d5b3cf01d5a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 22 Sep 2015 14:20:29 +0300 Subject: [PATCH] Revert "zncmodules: symlink modules to .znc/modules" This reverts commit 3705f59a959d2dbf75c04acb5c9b452176c639f9. * * * * * Potential cause of znc/znc#1116 --- bash/zncmodules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bash/zncmodules b/bash/zncmodules index 739d62e..cdf3dba 100755 --- a/bash/zncmodules +++ b/bash/zncmodules @@ -16,9 +16,5 @@ 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 -# This might not make much sense... -ln -sf $HOME/.local/lib/znc/ $HOME/.znc/modules - # now you should compile znc normally or use zncconfigure in this # repository. -set +x