Automated merge with ssh://taros@hg.atheme.org//hg/unofficial/shadowircd

This commit is contained in:
B.Greenham 2010-09-10 13:27:07 -04:00
commit 82c11fc45c
2 changed files with 16 additions and 0 deletions

View File

@ -475,6 +475,10 @@ alias "InfoServ" {
target = "InfoServ";
};
alias "GroupServ" {
target = "GroupServ";
};
alias "NS" {
target = "NickServ";
};
@ -503,6 +507,10 @@ alias "IS" {
target = "InfoServ";
};
alias "GS" {
target = "GroupServ";
};
general {
hide_error_messages = opers;
hide_spoof_ips = yes;

View File

@ -1024,6 +1024,10 @@ alias "InfoServ" {
target = "InfoServ";
};
alias "GroupServ" {
target = "GroupServ";
};
alias "NS" {
target = "NickServ";
};
@ -1052,6 +1056,10 @@ alias "IS" {
target = "InfoServ";
};
alias "GS" {
target = "GroupServ";
};
/* 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.
*/