diff options
-rw-r--r-- | docs/inspircd.conf.example | 4 |
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) |