Add hostserv/botserv aliases to the example confs.

This commit is contained in:
B.Greenham 2010-02-24 12:04:49 -05:00
parent 60e16d64e7
commit 4efc8651ac
2 changed files with 32 additions and 0 deletions

View File

@ -404,6 +404,14 @@ alias "MemoServ" {
target = "MemoServ";
};
alias "HostServ" {
target = "HostServ";
};
alias "BotServ" {
target = "BotServ";
};
alias "NS" {
target = "NickServ";
};
@ -420,6 +428,14 @@ alias "MS" {
target = "MemoServ";
};
alias "HS" {
target = "HostServ";
};
alias "BS" {
target = "BotServ";
};
general {
hide_error_messages = opers;
hide_spoof_ips = yes;

View File

@ -868,6 +868,14 @@ alias "MemoServ" {
target = "MemoServ";
};
alias "HostServ" {
target = "HostServ";
};
alias "BotServ" {
target = "BotServ";
};
alias "NS" {
target = "NickServ";
};
@ -884,6 +892,14 @@ alias "MS" {
target = "MemoServ";
};
alias "HS" {
target = "HostServ";
};
alias "BS" {
target = "BotServ";
};
/* The general block contains many of the options that were once compiled
* in options in config.h. The general block is read at start time.
*/