diff options
author | Adam <Adam@anope.org> | 2011-10-22 11:21:21 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-10-22 11:21:21 -0400 |
commit | c8b3809fc93bfcccb354248c17467da9b69e0ebd (patch) | |
tree | 68f2efa54b2ac5a949dcf1da7d03269ab26ad7df /data/operserv.example.conf | |
parent | ad2ef75cbed4804f9f1d24419b9bc77fbe75a27a (diff) |
Added akill ids
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r-- | data/operserv.example.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 69467516c..ac038a58a 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -205,6 +205,12 @@ operserv addakiller = yes /* + * Adds akill IDs to akills. Akill IDs are given to users in their ban reason and can be used to easily view, + * modify, or remove an akill from the ID. + */ + akillids = yes + + /* * If set, only IRC Operators will be permitted to use OperServ, regardless of module-based command * access restrictions. * |