diff options
author | Adam <Adam@anope.org> | 2011-08-13 21:52:21 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-10 01:52:46 -0400 |
commit | 8a6d6577bd6c9d5ca57c98d932a99ae890ba7cc8 (patch) | |
tree | c3d63ae7797a4c8d08cd7b75ef69a48720a9605d /data/operserv.example.conf | |
parent | 4a7ba7ef4cd92263d8187b1385d8bf46102ef7b3 (diff) |
Removed log:inhabitlogchannel and replaced it with service:channels
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r-- | data/operserv.example.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index bd922e92e..ad239dd3e 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -39,6 +39,13 @@ service * unable to do certain things if this option is enabled. */ #modes = "+o" + + /* + * An optional comma separated list of channels this service should join. Outside + * of log channels this is not very useful, as the service will just idle in the + * specified channels, and will not accept any types of commands. + */ + #channels = "@#services,#mychan" } /* |