diff options
Diffstat (limited to 'data/example.conf')
-rw-r--r-- | data/example.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/example.conf b/data/example.conf index cd6f0570d..e5820f60c 100644 --- a/data/example.conf +++ b/data/example.conf @@ -538,7 +538,7 @@ botserv * The name of the client that should be BotServ. * Clients are configured above. */ - nick = "BotServ" + name = "BotServ" /* * The default bot options for newly registered channels. Note that changing these options @@ -1315,7 +1315,7 @@ log * chanserv/saset/peace chanserv/saset/persist chanserv/saset/private * chanserv/saset/secure chanserv/saset/securefounder chanserv/saset/secureops * chanserv/saset/signkick chanserv/saset/successor chanserv/saset/topiclock - * chanserv/saset/url chanserv/saset/xop + * chanserv/saset/url chanserv/saset/xop chanserv/saset/noexpire * * memoserv/sendall memoserv/staff * @@ -1377,7 +1377,7 @@ opertype inherits = "Services Operator" - commands = "chanserv/access/list chanserv/drop chanserv/forbid chanserv/getkey chanserv/set/noexpire memoserv/sendall nickserv/saset/* nickserv/getemail operserv/news operserv/jupe operserv/svsnick operserv/stats operserv/oline operserv/noop global/*" + commands = "chanserv/access/list chanserv/drop chanserv/forbid chanserv/getkey chanserv/saset/noexpire memoserv/sendall nickserv/saset/* nickserv/getemail operserv/news operserv/jupe operserv/svsnick operserv/stats operserv/oline operserv/noop global/*" privs = "*" } |