Add GroupServ aliases to the shadowircd configs by default.

This commit is contained in:
JD Horelick 2010-09-04 18:31:18 -04:00
parent ca328a798f
commit 9fc5811f79
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.
*/