]> 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 565d8cce867bb5aa61f76fa11c109c117dde9375..13948a869b93b5dbd2caac0fbf380d33992aaa93 100644 (file)
 
     "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.
         // 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" {