]> jfr.im git - irc/evilnet/mod.chanfix.git/commitdiff
String fix for ADDFLAG
authorbuzlip01 <redacted>
Fri, 31 Mar 2006 01:31:05 +0000 (01:31 +0000)
committerbuzlip01 <redacted>
Fri, 31 Mar 2006 01:31:05 +0000 (01:31 +0000)
ADDFLAGCommand.cc

index 6b08720d2fa6a0299108489aaf94cf5c13685058..359666765f03b4b6b95096934aea9ceddf1292a1 100644 (file)
@@ -139,7 +139,7 @@ bot->SendTo(theClient,
 bot->logAdminMessage("%s (%s) ADDFLAG %s %c",
                      theUser->getUserName().c_str(),
                      theClient->getRealNickUserHost().c_str(),
-                     targetUser->getUserName(),flag);
+                     targetUser->getUserName().c_str(),flag);
 
 } //ADDFLAGCommand::Exec
 } //Namespace cf