X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/60e16d64e738caaed528e99097a211e66493fc3f..b7ec30945180fc81ef6747c5a33d3182f7e9fc95:/doc/reference.conf diff --git a/doc/reference.conf b/doc/reference.conf index 000a6eb..6c8fbb0 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -326,15 +326,15 @@ auth { spoof = "I.still.hate.packets"; /* autojoin: Channel (or channels, comma-seperated) to join users - * in this auth block to on connect. Note that this won't join - * the user through any bans or otherwise restrictive chmodes. - */ - autojoin = "#shadowircd,#test"; + * in this auth block to on connect. Note that this won't join + * the user through any bans or otherwise restrictive chmodes. + */ + autojoin = "#shadowircd,#test"; /* autojoin_opers : Channel (or channels, comma-seperated) to join - * opers to on oper-up. - */ - autojoin_opers = "#opers,#help"; + * opers to on oper-up. + */ + autojoin_opers = "#opers,#help"; /* Possible flags in auth: * @@ -868,6 +868,14 @@ alias "MemoServ" { target = "MemoServ"; }; +alias "HostServ" { + target = "HostServ"; +}; + +alias "BotServ" { + target = "BotServ"; +}; + alias "NS" { target = "NickServ"; }; @@ -884,6 +892,14 @@ alias "MS" { target = "MemoServ"; }; +alias "HS" { + target = "HostServ"; +}; + +alias "BS" { + target = "BotServ"; +}; + /* 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. */