X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/5006460e4b4d581b00ec29966f2fc26bf16f4c97..bf93ca8d63e94ecbc72ee4fb54bcc15c5f5f6f1b:/x3.conf.example diff --git a/x3.conf.example b/x3.conf.example index 21c6e58..0d678e6 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -126,6 +126,9 @@ "valid_account_regex" "^[-_a-z0-9A-Z]{2,15}$"; "valid_nick_regex" "^[-_a-z][-_a-z0-9]*$"; + // Whats a valid hostname look like for fakehosts? + "valid_fakehost_regex" "^[-_a-zA-Z0-9.]+$"; + // "Nickserv" networks, set this to 0. "Authserv" networks, // set it to 1. "disable_nicks" "1";