From 7ae20c2a6d058f4a16b7e14542ee4818d53bb278 Mon Sep 17 00:00:00 2001 From: Robby Date: Wed, 31 Jan 2024 03:08:54 +0100 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 e2a1994e8..fe25a01b7 100644 --- a/modules/commands/cs_xop.cpp +++ b/modules/commands/cs_xop.cpp @@ -570,7 +570,7 @@ class CommandCSXOP : public Command 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