diff options
author | dz <dz@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-21 18:04:17 +0000 |
---|---|---|
committer | dz <dz@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-21 18:04:17 +0000 |
commit | 83ef6107c1a8741d0f67b5a6284d16f2f508a96b (patch) | |
tree | 6c0d657fb8bcf595fd6fb6da742a46f6f4308e4a | |
parent | 2699c4d76435f2368c1064afdbee5fdbb057ef36 (diff) |
Update the list of <options:exemptchanops> supported modes. Fixes bug #798 reported by Taros, patch by jdhore -- thanks!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11242 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | conf/inspircd.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index e58bd6cdf..2d8db1257 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -464,7 +464,7 @@ moronbanner="You're banned! Email haha@abuse.com with the ERROR line below for help." # exemptchanops: Defines what channel modes channel operators are - # exempt from. Supported modes are +SfFgNc. Defaults to off. + # exempt from. Supported modes are +TCGfcSFBgN. Defaults to off. exemptchanops="" # invitebypassmodes: This allows /invite to bypass other channel modes. |