diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-05 02:20:30 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-05 02:20:30 +0000 |
commit | a07381cc38d457a22ff321c74749e032c8d6fbbf (patch) | |
tree | b161a908bd51112735d851c8f1a73bb8d39a5303 | |
parent | 8869f710e51a459ccf22a8b73a1c45d33237c973 (diff) |
Added m_uninvite here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3088 e03df62e-2008-0410-955e-edbf42e46eb7
-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 ebcdf3c86..caaf5ad1e 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1074,6 +1074,11 @@ #<module name="m_timedbans.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Uninvite module: Adds the /UNINVITE command which lets users remove +# pending invites from channels without waiting for the user to join. +#<module name="m_uninvite.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Userip module: Adds the /USERIP command #<module name="m_userip.so"> |