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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user