0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-25 11:58:39 +02: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:
William Pitcock 2010-12-30 19:21:14 -06:00
parent 1987b5da5b
commit 402cce0b9c

View file

@ -885,9 +885,6 @@ chm_op(struct Client *source_p, struct Channel *chptr,
if(dir == MODE_ADD)
{
if(targ_p == source_p)
return;
mode_changes[mode_count].letter = c;
mode_changes[mode_count].dir = MODE_ADD;
mode_changes[mode_count].caps = 0;