From 334f545406095df9e609b15b9628f8170c7f60f4 Mon Sep 17 00:00:00 2001 From: Jessica James Date: Thu, 19 Jan 2017 04:10:45 -0500 Subject: [PATCH] Removed a couple unused variables --- RenX.Commands/RenX_Commands.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/RenX.Commands/RenX_Commands.cpp b/RenX.Commands/RenX_Commands.cpp index c3861c1..86f103b 100644 --- a/RenX.Commands/RenX_Commands.cpp +++ b/RenX.Commands/RenX_Commands.cpp @@ -3187,8 +3187,6 @@ void ModRequestGameCommand::trigger(RenX::Server *source, RenX::PlayerInfo *play const Jupiter::ReadableString &staff_word = pluginInstance.getStaffTitle(); size_t serverCount = serverManager->size(); IRC_Bot *server; - Jupiter::IRC::Client::Channel *channel; - unsigned int channelCount; unsigned int messageCount = 0; Jupiter::String &fmtName = RenX::getFormattedPlayerName(player); Jupiter::StringL user_message = Jupiter::StringL::Format(IRCCOLOR "12[%.*s Request] " IRCCOLOR IRCBOLD "%.*s" IRCBOLD IRCCOLOR "07 has requested assistance in-game; please look in ", staff_word.size(), staff_word.ptr(), fmtName.size(), fmtName.ptr());