From 9fc5811f79c3657009442933846593eccd531f25 Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Sat, 4 Sep 2010 18:31:18 -0400 Subject: [PATCH] Add GroupServ aliases to the shadowircd configs by default. --- doc/example.conf | 8 ++++++++ doc/reference.conf | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/doc/example.conf b/doc/example.conf index 33050fa..ff28dae 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -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; diff --git a/doc/reference.conf b/doc/reference.conf index 044b709..122fa78 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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. */