server->sendPubChan(IRCCOLOR"13[Aimbot]"IRCCOLOR" %.*s was banned from the server! Kills: %u - Deaths: %u - Headshots: %u",player->name.size(),player->name.ptr(),player->kills,player->deaths,player->headshots);
server->sendPubChan(IRCCOLOR"13[Aimbot]"IRCCOLOR" %.*s was banned from the server! Kills: %u - Deaths: %u - Headshots: %u",player->name.size(),player->name.ptr(),player->kills,player->deaths,player->headshots);
server->sendAdmChan(IRCCOLOR"13[Aimbot]"IRCCOLOR" %.*s was banned from the server! Kills: %u - Deaths: %u - Headshots: %u - IP: "IRCBOLD"%.*s"IRCBOLD" - Steam ID: "IRCBOLD"0x%.16llX"IRCBOLD,player->name.size(),player->name.ptr(),player->kills,player->deaths,player->headshots,player->ip.size(),player->ip.ptr(),player->steamid);
server->sendAdmChan(IRCCOLOR"12[Join]"IRCCOLOR"%.*s "IRCBOLD"%.*s"IRCBOLD" joined the game fighting for the %.*s from "IRCBOLD"%.*s"IRCBOLD", but is not using Steam.",teamColor.size(),teamColor.ptr(),player->name.size(),player->name.ptr(),teamName.size(),teamName.ptr(),player->ip.size(),player->ip.ptr());
server->sendAdmChan(IRCCOLOR"12[Join]"IRCCOLOR"%.*s "IRCBOLD"%.*s"IRCBOLD" joined the game fighting for the %.*s from "IRCBOLD"%.*s"IRCBOLD", but is not using Steam.",teamColor.size(),teamColor.ptr(),player->name.size(),player->name.ptr(),teamName.size(),teamName.ptr(),player->ip.size(),player->ip.ptr());
else
else
server->sendAdmChan(IRCCOLOR"12[Join]"IRCCOLOR"%.*s "IRCBOLD"%.*s"IRCBOLD" joined the game fighting for the %.*s from "IRCBOLD"%.*s"IRCBOLD" using Steam ID "IRCBOLD"0x%.16llX"IRCBOLD".",teamColor.size(),teamColor.ptr(),player->name.size(),player->name.ptr(),teamName.size(),teamName.ptr(),player->ip.size(),player->ip.ptr(),player->steamid);
server->sendAdmChan(IRCCOLOR"12[Join]"IRCCOLOR"%.*s "IRCBOLD"%.*s"IRCBOLD" joined the game fighting for the %.*s from "IRCBOLD"%.*s"IRCBOLD" using Steam ID "IRCBOLD"%.*s"IRCBOLD".",teamColor.size(),teamColor.ptr(),player->name.size(),player->name.ptr(),teamName.size(),teamName.ptr(),player->ip.size(),player->ip.ptr(),steamid.size(),steamid.ptr());