X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/db4e7826812cf256f6382cafcf93c3986040d842..12673a59c2356aeb7ec00089237daff25dc5a275:/x3.conf.example diff --git a/x3.conf.example b/x3.conf.example index 81dd7c0..13948a8 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -421,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" {