diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-02-27 02:44:36 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-02-27 02:44:36 +0000 |
commit | 00fa6d592ed2640fcdf74444786de555c1c3da25 (patch) | |
tree | 197a23aef3e1909bf76352907aab93c773d656cc /conf/modules.conf.example | |
parent | d3c32dc04871cd56b5e1e88c5bfc1d33b8a4cb4a (diff) |
[Taros] Add m_sakick.so
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11156 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 262233ee3..0eb5a290a 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1339,6 +1339,12 @@ #<module name="m_sajoin.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# SAKICK module: Adds the /SAKICK command +# This module is oper-only. +# To use, SAKICK must be in one of your oper class blocks. +#<module name="m_sakick.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SAMODE module: Adds the oper /SAMODE command # This module is oper-only. # To use, SAMODE must be in one of your oper class blocks. |