mirror of
https://github.com/matrix-construct/construct
synced 2024-11-03 04:18:55 +01:00
Remove stupid hybrid-esque 'impossible to op yourself' hack.
Who the fuck thought that check was a good idea?
This commit is contained in:
parent
1987b5da5b
commit
402cce0b9c
1 changed files with 0 additions and 3 deletions
|
@ -885,9 +885,6 @@ chm_op(struct Client *source_p, struct Channel *chptr,
|
||||||
|
|
||||||
if(dir == MODE_ADD)
|
if(dir == MODE_ADD)
|
||||||
{
|
{
|
||||||
if(targ_p == source_p)
|
|
||||||
return;
|
|
||||||
|
|
||||||
mode_changes[mode_count].letter = c;
|
mode_changes[mode_count].letter = c;
|
||||||
mode_changes[mode_count].dir = MODE_ADD;
|
mode_changes[mode_count].dir = MODE_ADD;
|
||||||
mode_changes[mode_count].caps = 0;
|
mode_changes[mode_count].caps = 0;
|
||||||
|
|
Loading…
Reference in a new issue