X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/89d871d8a38dd8862d4da7a0c58f7236dda1b392..2c00fbc2522a44891208fbc52f683968263415c8:/x3.conf.example?ds=sidebyside diff --git a/x3.conf.example b/x3.conf.example index 4191838..2c0adeb 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -47,6 +47,10 @@ /* hidden_host should match the F:HIDDEN_HOST: line in your ircu's ircd.conf; * x3 does not set the host suffix for users, but must know it when making * things like bans, where it should not show the user's real hostname. */ + "hidden_host_type" "1"; // change this to 2 if you use Nefarious's style 2 host hiding. + "key1" "45432"; // Set these key values to the network KEY values you use + "key2" "76934"; // for host hiding style 2. + "key3" "98336"; "numeric" "51"; // hint: If you get collisions on link, CHANGE THIS. /* Type handles some changes in nefarious 1.0 (was 0.5.0) * 4 - nefarious 0.4.x and other ircds @@ -573,6 +577,8 @@ }; /* Track works just like Snoop except it only sends events for users * who have been specified + * DANGER: track is currently very broken, and will crash x3 and possibly corrupt your db file. + * Unless your a developer, dont even compile it in! */ "track" { // What to track by default? @@ -588,6 +594,7 @@ */ "memoserv" { "bot" "MemoServ"; + "modes" "+k"; "message_expiry" "30d"; // age when messages are deleted; set // to 0 to disable message expiration "limit" "30"; // Max amount of messages a person can get.