dragonmtn-commits
[Top][All Lists]
Advanced

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

[Dragonmtn-commits] Changes to rapunzel/src/s_user.c


From: Mark Loeser
Subject: [Dragonmtn-commits] Changes to rapunzel/src/s_user.c
Date: Sat, 14 May 2005 22:22:11 -0400

Index: rapunzel/src/s_user.c
diff -u rapunzel/src/s_user.c:1.1.1.1 rapunzel/src/s_user.c:1.2
--- rapunzel/src/s_user.c:1.1.1.1       Sat Apr  9 19:17:11 2005
+++ rapunzel/src/s_user.c       Sun May 15 02:22:10 2005
@@ -44,7 +44,7 @@
 #endif
 
 IRCD_SCCSID("@(#)s_user.c      2.74 2/8/94 (C) 1988 University of Oulu, 
Computing Center and Jarkko Oikarinen");
-IRCD_RCSID("$Id: s_user.c,v 1.1.1.1 2005/04/09 19:17:11 Halcy0n Exp $");
+IRCD_RCSID("$Id: s_user.c,v 1.2 2005/05/15 02:22:10 Halcy0n Exp $");
 
 void   send_umode_out(aClient*, aClient *, aClient *, int);
 void   send_umode(aClient *, aClient *, aClient *, int, int, char *);
@@ -236,7 +236,7 @@
 
     sendto_one(sptr, ":%s NOTICE %s :As a last option, you may try 
uninstalling and reinstalling your IRC software or try using a different 
software program to connect to " NETWORK ".", me.name, sptr->name);
 
-#ifdef SN_MODE
+#ifdef NET_MODE
        sendto_one(sptr, ":%s NOTICE %s :For further help, see: 
http://www.10thkingdom.net/help";, me.name, sptr->name);
 #endif
 




reply via email to

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