From 1adbce61cb0b2f8edb99c0704a60d23dc8974f43 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 22 Mar 2025 08:43:38 +0000 Subject: [PATCH] Fix a semicolon that was missing from the previous commit. --- modules/global/gl_queue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/global/gl_queue.cpp b/modules/global/gl_queue.cpp index 2f47c2bed..7ac4605fa 100644 --- a/modules/global/gl_queue.cpp +++ b/modules/global/gl_queue.cpp @@ -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)