Add InfoServ to the default aliases in ShadowIRCd.

Its now in Atheme and enabled by default in Atheme so it seems intelligent to
do so here.
This commit is contained in:
JD Horelick 2010-06-23 02:20:04 -04:00
parent fb06d910df
commit b25b4a7c5a
2 changed files with 16 additions and 0 deletions

View File

@ -466,6 +466,10 @@ alias "BotServ" {
target = "BotServ";
};
alias "InfoServ" {
target = "InfoServ";
};
alias "NS" {
target = "NickServ";
};
@ -490,6 +494,10 @@ alias "BS" {
target = "BotServ";
};
alias "IS" {
target = "InfoServ";
};
general {
hide_error_messages = opers;
hide_spoof_ips = yes;

View File

@ -992,6 +992,10 @@ alias "BotServ" {
target = "BotServ";
};
alias "InfoServ" {
target = "InfoServ";
};
alias "NS" {
target = "NickServ";
};
@ -1016,6 +1020,10 @@ alias "BS" {
target = "BotServ";
};
alias "IS" {
target = "InfoServ";
};
/* 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.
*/