openbsd-ports/net/bitchx/patches/patch-include_config_h
brad 1965b4de7f - disable auto rejoin
- add RCS ids to patches
2002-06-30 18:23:31 +00:00

22 lines
637 B
Plaintext

$OpenBSD: patch-include_config_h,v 1.2 2002/06/30 18:23:31 brad Exp $
--- include/config.h.orig Mon Jan 8 01:24:22 2001
+++ include/config.h Sun Jun 30 14:19:43 2002
@@ -35,7 +35,7 @@
* too peruse this function all you like. It's not a BACKDOOR in any way,
* shape or form.
*/
-#define WANT_NOTIFY_BITCHX_COM ON
+#undef WANT_NOTIFY_BITCHX_COM ON
/*
@@ -500,7 +500,7 @@
#define DEFAULT_AOP_VAR OFF
#define DEFAULT_AUTO_AWAY ON
#define DEFAULT_KICK_OPS ON
-#define DEFAULT_AUTO_REJOIN ON
+#define DEFAULT_AUTO_REJOIN OFF
#define DEFAULT_DEOPFLOOD ON
#if defined(__EMXPM__) || defined(WIN32)
#define DEFAULT_CODEPAGE 437