diff --git a/RenX.ModSystem/RenX_ModSystem.cpp b/RenX.ModSystem/RenX_ModSystem.cpp index a2f5170..b94145f 100644 --- a/RenX.ModSystem/RenX_ModSystem.cpp +++ b/RenX.ModSystem/RenX_ModSystem.cpp @@ -854,7 +854,7 @@ void ModListIRCCommand::trigger(IRC_Bot *source, const Jupiter::ReadableString & section = pluginInstance.modsFile.getSection(--i); if (section->get(STRING_LITERAL_AS_REFERENCE("Group")).equalsi(group->name)) { - msg += section->getName(); + msg += section->get(STRING_LITERAL_AS_REFERENCE("Name"), section->getName()); msg += STRING_LITERAL_AS_REFERENCE(", "); } }