From 87e3d5a04578abd3fb4532494a36edfe545ba4b9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 21 Dec 2023 01:27:34 +0000 Subject: Remove an extraneous space in cs_xop. --- modules/commands/cs_xop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands') diff --git a/modules/commands/cs_xop.cpp b/modules/commands/cs_xop.cpp index 54c079001..2d40ac26a 100644 --- a/modules/commands/cs_xop.cpp +++ b/modules/commands/cs_xop.cpp @@ -583,7 +583,7 @@ public: if (!access_cmd.empty() || !flags_cmd.empty()) { source.Reply(_("Alternative methods of modifying channel access lists are\n" - "available. ")); + "available.")); if (!access_cmd.empty()) source.Reply(_("See \002%s%s HELP %s\002 for more information\n" "about the access list."), Config->StrictPrivmsg.c_str(), access_bi->nick.c_str(), access_cmd.c_str()); -- cgit