dragonmtn-commits
[Top][All Lists]
Advanced

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

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


From: Mark Loeser
Subject: [Dragonmtn-commits] Changes to snowwhite/infoserv.c
Date: Wed, 06 Apr 2005 21:37:05 -0400

Index: snowwhite/infoserv.c
diff -u snowwhite/infoserv.c:1.1.1.1 snowwhite/infoserv.c:1.2
--- snowwhite/infoserv.c:1.1.1.1        Tue Apr  5 20:48:51 2005
+++ snowwhite/infoserv.c        Thu Apr  7 01:37:00 2005
@@ -5,7 +5,7 @@
  * \duff \greg \mysid
  * \date 1997, 2000-2001
  *
- * $Id: infoserv.c,v 1.1.1.1 2005/04/05 20:48:51 Halcy0n Exp $
+ * $Id: infoserv.c,v 1.2 2005/04/07 01:37:00 Halcy0n Exp $
  */
 
 /*
@@ -414,16 +414,16 @@
        if (newnews->importance <= 2);
        else if (newnews->importance <= 3)
                sSend
-                       (":%s NOTICE $*.sorcery.net :A new article flagged 
important has been posted to my database, type \2/msg infoserv list\2 to view 
InfoServ articles.",
-                        InfoServ);
+                       (":%s NOTICE $*.%s :A new article flagged important has 
been posted to my database, type \2/msg infoserv list\2 to view InfoServ 
articles.",
+                        InfoServ, NETWORK);
        else if (newnews->importance <= 4)
                sSend
-                       (":%s NOTICE $*.sorcery.net :[\2Global Notice\2] (%s) 
%s [\2Please do not respond\2]",
-                        InfoServ, newnews->header, newnews->content);
+                       (":%s NOTICE $*.%s :[\2Global Notice\2] (%s) %s 
[\2Please do not respond\2]",
+                        InfoServ, NETWORK, newnews->header, newnews->content);
        else
                sSend
-                       (":%s PRIVMSG $*.sorcery.net :[\2Global Notice\2] (%s) 
%s [\2Please do not respond\2]",
-                        InfoServ, newnews->header, newnews->content);
+                       (":%s PRIVMSG $*.%s :[\2Global Notice\2] (%s) %s 
[\2Please do not respond\2]",
+                        InfoServ, NETWORK, newnews->header, newnews->content);
        return RET_OK_DB;
 }
 
@@ -467,4 +467,4 @@
 
 /*------------------------------------------------------------------------*/
 
-/* $Id: infoserv.c,v 1.1.1.1 2005/04/05 20:48:51 Halcy0n Exp $ */
+/* $Id: infoserv.c,v 1.2 2005/04/07 01:37:00 Halcy0n Exp $ */



reply via email to

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