[7221] Add output player names as sift-links in more chat commands. Author: VladimirMangos

Did not merge the part of HandleAccountSetGmLevelCommand.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-02 15:36:52 -06:00
parent f2e514eb04
commit e9d6bfd3bb
7 changed files with 114 additions and 131 deletions

View File

@@ -172,7 +172,7 @@ bool ChatHandler::HandleGMListIngameCommand(const char* /*args*/)
first = false;
}
SendSysMessage(itr->second->GetName());
SendSysMessage(GetNameLink(itr->second).c_str());
}
}