1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 05:16:38 +02:00

Fix an unclear message in gl_queue.

This commit is contained in:
Sadie Powell
2025-03-22 08:36:57 +00:00
parent 39bb5825ad
commit fe60c9a085
+1 -1
View File
@@ -91,7 +91,7 @@ private:
global->ClearQueue(source.nc);
source.Reply(_("Your message queue has been cleared."));
Log(LOG_ADMIN, source, this);
Log(LOG_ADMIN, source, this) << "to clear their queue."
}
void DoDel(CommandSource &source, const Anope::string &what)