- disable auto rejoin

- add RCS ids to patches
This commit is contained in:
brad 2002-06-30 18:23:31 +00:00
parent a4f5caf4d8
commit 1965b4de7f
5 changed files with 27 additions and 4 deletions

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-configure,v 1.4 2002/06/30 18:23:31 brad Exp $
--- configure.orig Mon Jan 8 01:24:22 2001
+++ configure Thu Feb 28 18:06:38 2002
@@ -12004,11 +12004,11 @@ if test -n "$CYGWIN" -o -n "$EMXOS2" -o

View File

@ -1,5 +1,6 @@
--- include/config.h.orig Mon Jan 8 06:24:22 2001
+++ include/config.h Wed Feb 27 19:57:16 2002
$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.
@ -9,3 +10,12 @@
/*
@@ -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

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-source_commands_c,v 1.2 2002/06/30 18:23:31 brad Exp $
--- source/commands.c.orig Mon Jan 8 01:24:22 2001
+++ source/commands.c Thu Feb 28 17:29:03 2002
@@ -2604,13 +2604,13 @@ BUILT_IN_COMMAND(e_hostname)

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-doc_epic.1,v 1.4 2002/06/30 18:23:31 brad Exp $
--- doc/epic.1.orig Mon Dec 4 19:31:31 2000
+++ doc/epic.1 Tue Dec 12 17:20:48 2000
@@ -153,7 +153,6 @@

View File

@ -1,5 +1,15 @@
--- include/config.h.orig Thu Dec 7 13:24:34 2000
+++ include/config.h Tue Dec 12 17:17:12 2000
$OpenBSD: patch-include_config.h,v 1.4 2002/06/30 18:23:31 brad Exp $
--- include/config.h.orig Sun Jun 30 14:10:23 2002
+++ include/config.h Sun Jun 30 14:10:10 2002
@@ -316,7 +316,7 @@
#define DEFAULT_AUTO_NEW_NICK 1
#define DEFAULT_AUTO_RECONNECT 1
#define DEFAULT_AUTO_RECONNECT_DELAY 0
-#define DEFAULT_AUTO_REJOIN 1
+#define DEFAULT_AUTO_REJOIN 0
#define DEFAULT_AUTO_REJOIN_DELAY 0
#define DEFAULT_AUTO_UNMARK_AWAY 0
#define DEFAULT_AUTO_WHOWAS 1
@@ -510,7 +510,7 @@
#undef EPIC_DEBUG /* force coredump on panic */
#define EXEC_COMMAND /* allow /exec comamnd */