diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 22:58:47 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 22:58:47 +0000 |
commit | c4f6e8af35f6cd515ec5b3485f62f73ddcce7bc5 (patch) | |
tree | ea3e4a091908795deb08c1638bce9577809ad5d2 /data | |
parent | 649a12c07ffd4340594486d31fa703fb78103222 (diff) |
Started new networkinfo block in new config, added helpchannel directive to it.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1616 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
-rw-r--r-- | data/example_new.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index 1d1abdd55..d5c8d8fb8 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -168,6 +168,20 @@ serverinfo { } /* + * [REQUIRED] Network Information + * + * This section contains information about the IRC network that Services will be + * connecting to. + */ +networkinfo { + /* + * For the given channel, every use that has or gets op status of the channel + * will automatically receive the +h user mode. This directive is optional. + */ + helpchannel = "#help" +} + +/* * [REQUIRED] NickServ Config * * This section is used to set up the Nickname Registration Service pseudo-client. |