Fix some indentation in refrence.conf.
This commit is contained in:
parent
4efc8651ac
commit
b7ec309451
|
@ -326,15 +326,15 @@ auth {
|
||||||
spoof = "I.still.hate.packets";
|
spoof = "I.still.hate.packets";
|
||||||
|
|
||||||
/* autojoin: Channel (or channels, comma-seperated) to join users
|
/* autojoin: Channel (or channels, comma-seperated) to join users
|
||||||
* in this auth block to on connect. Note that this won't join
|
* in this auth block to on connect. Note that this won't join
|
||||||
* the user through any bans or otherwise restrictive chmodes.
|
* the user through any bans or otherwise restrictive chmodes.
|
||||||
*/
|
*/
|
||||||
autojoin = "#shadowircd,#test";
|
autojoin = "#shadowircd,#test";
|
||||||
|
|
||||||
/* autojoin_opers : Channel (or channels, comma-seperated) to join
|
/* autojoin_opers : Channel (or channels, comma-seperated) to join
|
||||||
* opers to on oper-up.
|
* opers to on oper-up.
|
||||||
*/
|
*/
|
||||||
autojoin_opers = "#opers,#help";
|
autojoin_opers = "#opers,#help";
|
||||||
|
|
||||||
/* Possible flags in auth:
|
/* Possible flags in auth:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue