summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-11-19 02:42:38 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-11-19 02:42:38 +0000
commitbd5a53c82c0e23920c29bf384d0fdb5b11d7a287 (patch)
tree131d395ef002b845b3131b8ccf9a1be030ed2118
parentcc563ef8eca8ea1fb367ba80b993c0ab524adf71 (diff)
Make opermotd and randquote paths relative
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5775 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--docs/inspircd.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 37915b7fc..9430b8a0f 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -1245,7 +1245,7 @@
# #
# If you are using the m_opermotd.so module, specify the motd here #
# #
-#<opermotd file="/path/to/oper.motd">
+#<opermotd file="oper.motd">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Override module: Adds support for oper override
@@ -1300,7 +1300,7 @@
# Optional - If you specify to use the m_randquote.so module, then #
# specify below the path to the randquotes.conf file. #
# #
-#<randquote file="/path/to/inspircd/randquotes.conf">
+#<randquote file="randquotes.conf">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Redirect module: Adds channel redirection (mode +L)