diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-03 00:53:56 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-03 00:53:56 +0000 |
commit | 00620508331f1b67ae3a6b36f87ed106685c1e62 (patch) | |
tree | e1c101d1ec2ced1415babe8b3f7b91015876e036 /docs/inspircd.conf.example | |
parent | 875595f0f8d2026961117e1728673688a7a703bf (diff) |
Added m_globalload.so to module list
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3033 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 960bdfe78..f59b09e50 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -711,6 +711,11 @@ #<module name="m_globops.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Global load module: Allows loading and unloading of modules network- +# wide (USE WITH EXTREME CAUTION!) +#<module name="m_globalload.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # HELPOP module: Provides the /HELPOP command #<module name="m_helpop.so"> # |