]> jfr.im git - irc/evilnet/x3.git/blobdiff - x3.conf.example
Some minor cleanup of previous commits
[irc/evilnet/x3.git] / x3.conf.example
index 81dd7c028ce8c0e3ab4adf18c8736eeb5ceec8fe..13948a869b93b5dbd2caac0fbf380d33992aaa93 100644 (file)
         // 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" {