From b25b4a7c5a9edc7f62c3829e03e39fe7d545c8fa Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Wed, 23 Jun 2010 02:20:04 -0400 Subject: [PATCH] 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. --- doc/example.conf | 8 ++++++++ doc/reference.conf | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/doc/example.conf b/doc/example.conf index ce6af45..1e62101 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -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; diff --git a/doc/reference.conf b/doc/reference.conf index 4378942..bbb2b26 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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. */