diff options
Diffstat (limited to 'data/example_new.conf')
-rw-r--r-- | data/example_new.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index f368a26b7..642f17066 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -580,3 +580,24 @@ botserv */ #fantasycharacter = "!" } + +/* + * [OPTIONAL] HostServ Config + * + * This section is used to set up the vHost Service pseudo-client. The block is optional and can be + * removed if you do not wish to have HostServ on your network. Unless specified otherwise, + * all directives are required if you do wish to use HostServ. + */ +hostserv +{ + /* + * The nickname of the HostServ client. + */ + nick = "HostServ" + + /* + * The description of the HostServ client, which will be used as the GECOS (real + * name) of the client. + */ + description = "vHost Service" +} |