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. */