From: rubin Date: Thu, 31 Mar 2005 01:00:37 +0000 (+0000) Subject: Example config note added about snoop seg X-Git-Tag: 1.9~671 X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/commitdiff_plain/4c1f98d93fa137104456768a30d48322ac10c7a0 Example config note added about snoop seg --- diff --git a/ChangeLog.X3 b/ChangeLog.X3 index a6e23f4..adbaf14 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -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 * x3.conf.example: added sethost/fakehost settings to conf diff --git a/x3.conf.example b/x3.conf.example index db626ab..4a04bf9 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -285,7 +285,7 @@ "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";