Browse Source

Mention external modules placement

Alexey Sokolov 8 years ago
parent
commit
a2a1f3a6f3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      znc/content.md

+ 3 - 0
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).