1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 21:06:39 +02:00

Made /cs help levels desc not case sensitive

This commit is contained in:
Adam
2010-10-16 17:46:56 -04:00
parent f3c2933542
commit 4f317a2421
+1 -1
View File
@@ -608,7 +608,7 @@ class CommandCSLevels : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
if (subcommand == "DESC")
if (subcommand.equals_ci("DESC"))
{
int i;
u->SendMessage(ChanServ, CHAN_HELP_LEVELS_DESC);