]> jfr.im git - irc/evilnet/x3.git/commitdiff
Example config note added about snoop seg
authorrubin <redacted>
Thu, 31 Mar 2005 01:00:37 +0000 (01:00 +0000)
committerrubin <redacted>
Thu, 31 Mar 2005 01:00:37 +0000 (01:00 +0000)
ChangeLog.X3
x3.conf.example

index a6e23f4e9518a9894fbd6ff9a727e4973c4480f2..adbaf14dc53fde3ef25c1ab35bb5b9d678671f82 100644 (file)
@@ -5,6 +5,9 @@
 
        * src/chanserv.c: Fixed unban. 
 
+       * x3.conf.example: added note in snoop config that improper
+       setting for bots nick will cause segfault.
+
 2005-03-22  Alex Schumann  <rubin@afternet.org>
 
        * x3.conf.example: added sethost/fakehost settings to conf
index db626ab393230ad527cb16040b4beaa2bc5c8243..4a04bf9b3e0e77892d39dc77f3f7a1e625289eff 100644 (file)
     "snoop" {
         // Where to send snoop messages?
         "channel" "#wherever";
-        // Which bot?
+        // Which bot? If this is not set to your bots nick, X3 will Segfault...
         "bot" "OpServ";
         // Show new users and joins from net joins?  (off by default)
         "show_bursts" "0";