X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/338a82b57f928abe592145115f990d63b9e787d0..12673a59c2356aeb7ec00089237daff25dc5a275:/x3.conf.example diff --git a/x3.conf.example b/x3.conf.example index 565d8cc..13948a8 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -273,8 +273,14 @@ "chanserv" { "nick" "X3"; - // Does your ircd have off-channel services support? - // Bahamut has it, Nefarious has it, but its inharently flawed and will cause desynch, so don't use it. + + // The off_channel setting takes one of three numerical values: + // 0 = off + // 1 = use a registered channel mode, have services op themselves + // 2 = all of the above, and a channel setting to have ChanServ not + // idle in the channel + // NOTE: +z mode, needed for this to work, is inharently flawed and + // will cause desynch, so don't use it IMO -Rubin. "off_channel" "no"; // Infolines are sent when channel users join the channel. Users set them with USET INFO in X3. @@ -415,6 +421,19 @@ // Show new users and joins from net joins? (off by default) "show_bursts" "0"; }; + /* Track works just like Snoop except it only sends events for users + * who have been specified + */ + "track" { + // What to track by default? + "snomask" "nick,join,part,kick,new,del,auth,chanmode,umode"; + // Where to send snoop messages? + "channel" "#MrPeanuts"; + // Which bot? + "bot" "O3"; + // Show new users and joins from net joins? (off by default) + "show_bursts" "0"; + }; /* Memoserv lets users send messages to other users accounts. */ "memoserv" {