returnnewGenericCommand::ResponseLine(STRING_LITERAL_AS_REFERENCE("Unable to find Config data."),GenericCommand::DisplayType::PublicError);
else
{
boolr;
if(parameters.isNotEmpty())
r=Jupiter::IRC::Client::Config->sync(parameters);
elser=Jupiter::IRC::Client::Config->sync();
if(r)
returnnewGenericCommand::ResponseLine(STRING_LITERAL_AS_REFERENCE("Config data synced to file successfully."),GenericCommand::DisplayType::PublicSuccess);
returnnewGenericCommand::ResponseLine(STRING_LITERAL_AS_REFERENCE("Unable to sync Config data."),GenericCommand::DisplayType::PublicError);