diff options
author | Adam <Adam@anope.org> | 2011-09-19 13:14:20 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-19 13:14:20 -0400 |
commit | 7dce64e5400b180f1645c683614ecc3eee2bfddd (patch) | |
tree | 291fad90274a2822225482c75d031f68c434dd9a /modules/commands/cs_appendtopic.cpp | |
parent | 1184eb59c5abbaf8e435448567f2db50353ccff7 (diff) |
Fixed missing _ in cs_appendtopic
Diffstat (limited to 'modules/commands/cs_appendtopic.cpp')
-rw-r--r-- | modules/commands/cs_appendtopic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_appendtopic.cpp b/modules/commands/cs_appendtopic.cpp index 013e91046..9048d9939 100644 --- a/modules/commands/cs_appendtopic.cpp +++ b/modules/commands/cs_appendtopic.cpp @@ -87,7 +87,7 @@ class CommandCSAppendTopic : public Command { source.Reply(_("Syntax: APPENDTOPIC channel text")); source.Reply(" "); - source.Reply(("This command allows users to append text to a currently set\n" + source.Reply(_("This command allows users to append text to a currently set\n" "channel topic. When TOPICLOCK is on, the topic is updated and\n" "the new, updated topic is locked.")); |