diff options
author | Sadie Powell <sadie@witchery.services> | 2023-12-21 01:27:34 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-12-21 01:27:34 +0000 |
commit | 87e3d5a04578abd3fb4532494a36edfe545ba4b9 (patch) | |
tree | 487cb16b8d0fedb25cb6df308a4cfaede7b4af8e /modules/commands/cs_xop.cpp | |
parent | 2b8384bb397d953b929ec6ea8070ab9cd9abe09d (diff) |
Remove an extraneous space in cs_xop.
Diffstat (limited to 'modules/commands/cs_xop.cpp')
-rw-r--r-- | modules/commands/cs_xop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |