m_grant: match "deoper" case-insensitively
This commit is contained in:
parent
ebd0f4db7a
commit
b143f5e3bd
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ static int do_grant(struct Client *source_p, struct Client *target_p, const char
|
||||||
int dooper = 0, dodeoper = 0;
|
int dooper = 0, dodeoper = 0;
|
||||||
struct PrivilegeSet *privset = 0;
|
struct PrivilegeSet *privset = 0;
|
||||||
|
|
||||||
if (!strcmp(new_privset, "deoper"))
|
if (!strcasecmp(new_privset, "deoper"))
|
||||||
{
|
{
|
||||||
if (!IsOper(target_p))
|
if (!IsOper(target_p))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue