diff options
author | Adam <Adam@anope.org> | 2011-11-03 02:28:29 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-11-03 02:28:29 -0400 |
commit | ca33ac608d77229f651aea6566aee9847b9aac2e (patch) | |
tree | 01aa175b5a855dd834e788b23bab0407db052d4c /data/memoserv.example.conf | |
parent | 302989bed13ee11bca08d8f7997d03f44d492c8a (diff) |
Bug #1354 - Allow mode chars to be used for channel prefixs in services.conf
Diffstat (limited to 'data/memoserv.example.conf')
-rw-r--r-- | data/memoserv.example.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf index b9e328891..5bf6a0d33 100644 --- a/data/memoserv.example.conf +++ b/data/memoserv.example.conf @@ -44,6 +44,8 @@ service * 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. + * + * Prefixes may be given to the channels in the form of mode character or prefix symbol. */ #channels = "@#services,#mychan" } |