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

Fix a semicolon that was missing from the previous commit.

This commit is contained in:
Sadie Powell
2025-03-22 08:43:38 +00:00
parent fe60c9a085
commit 1adbce61cb
+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) << "to clear their queue."
Log(LOG_ADMIN, source, this) << "to clear their queue.";
}
void DoDel(CommandSource &source, const Anope::string &what)