Skip to content

Commit

Permalink
Update cs_topichistory.cpp
Browse files Browse the repository at this point in the history
Removed extra char after `off`
  • Loading branch information
TehPeGaSuS authored and genius3000 committed Jul 30, 2023
1 parent 67063bd commit 2f12e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs_topichistory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class CommandCSSetTopicHistory : public Command
else if (params[1].equals_ci("OFF"))
{
Log(source.AccessFor(ci).HasPriv("SET") ? LOG_COMMAND : LOG_OVERRIDE, source, this, ci) << "to disable topichistory";
source.Reply("Topic history option for %s is now \002off\022.", ci->name.c_str());
source.Reply("Topic history option for %s is now \002off\002.", ci->name.c_str());

ci->Shrink<bool>("TOPICHISTORY");
ci->Shrink<TopicHistoryList>("topichistorylist");
Expand Down

0 comments on commit 2f12e7a

Please sign in to comment.