From a2a1f3a6f3c10af06f083a417684da3fa9a3d61b Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 4 Feb 2017 17:13:12 +0000 Subject: [PATCH] Mention external modules placement --- znc/content.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/znc/content.md b/znc/content.md index b609a4b15..4fadd9ccc 100644 --- a/znc/content.md +++ b/znc/content.md @@ -26,3 +26,6 @@ $ docker run -p 6697:6697 -v znc-cfg:/znc-data znc The port should match the port you used during `--makeconf`. Note that 6667 is often blocked by web browsers, and therefore is not recommended. + +If you use any external module, put the .cpp, .py or .pl file to +`/znc-data/modules` (you may need to create that directory).