[SithNet-Patches] [CVS] Module gnuworld: Change committed
Brought to you by:
darthsidious_
|
From: Tim I. <dar...@us...> - 2003-12-06 22:39:00
|
Committer : Tim Ireland <dar...@us...>
CVSROOT : /cvsroot/sithnet-dev
Module : gnuworld
Commit time: 2003-12-06 22:38:59 UTC
Modified files:
mod.cservice/VERIFYCommand.cc
Log message:
Author:
Log message:
---------------------- diff included ----------------------
Index: gnuworld/mod.cservice/VERIFYCommand.cc
diff -u gnuworld/mod.cservice/VERIFYCommand.cc:1.1.1.1 gnuworld/mod.cservice/VERIFYCommand.cc:1.2
--- gnuworld/mod.cservice/VERIFYCommand.cc:1.1.1.1 Thu Dec 4 12:03:32 2003
+++ gnuworld/mod.cservice/VERIFYCommand.cc Sat Dec 6 14:38:49 2003
@@ -8,7 +8,7 @@
#include "levels.h"
#include "responses.h"
-const char VERIFYCommand_cc_rcsId[] = "$Id: VERIFYCommand.cc,v 1.1.1.1 2003/12/04 20:03:32 darthsidious_ Exp $" ;
+const char VERIFYCommand_cc_rcsId[] = "$Id: VERIFYCommand.cc,v 1.2 2003/12/06 22:38:49 darthsidious_ Exp $" ;
namespace gnuworld
{
@@ -365,7 +365,7 @@
bot->Notice(theClient,
bot->getResponce(tmpUser,
language::is_smt,
- string("%s is an Official SithNet SMT Member%s and logged in as %s")).c_str(),
+ string("%s is an Official SithNet SMT Tech%s and logged in as %s")).c_str(),
target->getNickUserHost().c_str(),
extra.c_str(),
theUser->getUserName().c_str());
----------------------- End of diff -----------------------
|