dragonmtn-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dragonmtn-commits] Changes to snowwhite/conf.c


From: Mark Loeser
Subject: [Dragonmtn-commits] Changes to snowwhite/conf.c
Date: Sat, 16 Apr 2005 17:15:39 -0400

Index: snowwhite/conf.c
diff -u snowwhite/conf.c:1.1.1.1 snowwhite/conf.c:1.2
--- snowwhite/conf.c:1.1.1.1    Tue Apr  5 20:48:48 2005
+++ snowwhite/conf.c    Sat Apr 16 21:15:39 2005
@@ -1,4 +1,4 @@
-/* $Id: conf.c,v 1.1.1.1 2005/04/05 20:48:48 Halcy0n Exp $ */
+/* $Id: conf.c,v 1.2 2005/04/16 21:15:39 Halcy0n Exp $ */
 
 /*
  * Copyright (c) 1996-1997 Chip Norkus
@@ -51,11 +51,6 @@
 
 extern void makeSetterExcludedFromKlineMails(const char* nick);
 
-/**
- * @brief Port number for services IPC server to listen on
- */
-extern int ipcPort;
-
 /* --------------------------------------------------------------------- */
 
 /*!
@@ -181,10 +176,6 @@
        else if (!strncmp(buffer, "AKILLDONTMAIL:", 14)) {
                makeSetterExcludedFromKlineMails(buffer+14);
        }
-       else if (!strncmp(buffer, "IPCPORT:", 8)) {
-               if (ipcPort == 0)
-                       ipcPort = atoi(&(buffer[8]));
-        }
        else if (!strncmp(buffer, "SRA:", 4)) {
                RegNickList *root;
 
@@ -242,4 +233,4 @@
 
 /* --------------------------------------------------------------------- */
 
-/* $Id: conf.c,v 1.1.1.1 2005/04/05 20:48:48 Halcy0n Exp $ */
+/* $Id: conf.c,v 1.2 2005/04/16 21:15:39 Halcy0n Exp $ */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]