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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user