X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/01a5e8c831ed6de3b1921976796a7a436ab0b75d..283cfa834c5e05d55462ffe643f0c301ef21ed4a:/x3.conf.example diff --git a/x3.conf.example b/x3.conf.example index 13997a4..e9e7abe 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -47,10 +47,15 @@ /* 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 - * 5 - nefarious 1.0.x and higher + * 5 - nefarious 1.0.x and higher (Branch Revision) + * 6 - nefarious 1.0.x and higher (Trunk Revision) */ "type" "5"; "host_in_topic" "1"; //Set to 1 if your Nefarious server have the HOST_IN_TOPIC F:line set to TRUE. @@ -587,6 +592,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.