dragonmtn-commits
[Top][All Lists]
Advanced

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

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


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

Index: snowwhite/gameserv.c
diff -u snowwhite/gameserv.c:1.1.1.1 snowwhite/gameserv.c:1.2
--- snowwhite/gameserv.c:1.1.1.1        Tue Apr  5 20:48:51 2005
+++ snowwhite/gameserv.c        Thu Apr  7 01:42:00 2005
@@ -5,7 +5,7 @@
  * \qube
  * \date 1999
  *
- * $Id: gameserv.c,v 1.1.1.1 2005/04/05 20:48:51 Halcy0n Exp $
+ * $Id: gameserv.c,v 1.2 2005/04/07 01:42:00 Halcy0n Exp $
  */
 
 /*
@@ -185,7 +185,7 @@
                if (!(chan->reg->flags & CGAMESERV)
                        && (getChanOp(chan->reg, nick->nick) < 4) && 
!isRoot(nick)) 
                {
-                       sSend(":%s NOTICE %s :%s: You must be a channel %s to 
do this.",
+                       sSend(":%s NOTICE %s :%s: You must be a MAOP in channel 
%s to do this.",
                                 GameServ, from, opLevelName(4, 0), chan_name);
                        return RET_EFAULT;
                }



reply via email to

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