m_grant: remove a confusing line

This commit is contained in:
Ed Kellett 2019-08-01 14:20:30 +01:00
parent 7f373431d0
commit ebd0f4db7a
No known key found for this signature in database
GPG key ID: CB9986DEF342FABC

View file

@ -99,7 +99,6 @@ static int do_grant(struct Client *source_p, struct Client *target_p, const char
sendto_one_notice(source_p, ":You can't deoper someone who isn't an oper.");
return 0;
}
new_privset = "default";
dodeoper = 1;
sendto_one_notice(target_p, ":%s is deopering you.", source_p->name);