1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 01:56:38 +02:00

minor help output changes, including some confusion in fantasy chars

This commit is contained in:
lethality
2012-06-04 04:50:35 +01:00
parent 437944d416
commit a4bf5ce609
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class CommandCSSetTopicLock : public Command
source.Reply(" ");
source.Reply(_("Enables or disables the \002topic lock\002 option for a channel.\n"
"When \002topic lock\002 is set, the channel topic will be unchangable\n"
" except via the \002TOPIC\002 command."));
"except via the \002TOPIC\002 command."));
return true;
}
};