diff options
author | Robby <robby@chatbelgie.be> | 2024-01-31 03:08:54 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2024-01-31 03:08:54 +0100 |
commit | 7ae20c2a6d058f4a16b7e14542ee4818d53bb278 (patch) | |
tree | bb6f8f24ba8bb702c8d4d27976a44f451eaee19d /modules | |
parent | d6a826a09c229c30629f732b4624767e506f0439 (diff) |
Remove an extraneous space in cs_xop.
Diffstat (limited to 'modules')
-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 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()); |