]> jfr.im git - solanum.git/commitdiff
Remove last vestige of halfops from this module.
authorElizabeth Myers <redacted>
Sun, 21 Apr 2013 02:23:27 +0000 (21:23 -0500)
committerElizabeth Myers <redacted>
Sun, 21 Apr 2013 02:23:27 +0000 (21:23 -0500)
How this was in here for this long is well beyond me. This must be old
hybrid code or something.

extensions/m_ojoin.c

index 402caa7c303ee83faa2e3cf4311b99fecbf4b21a..89d99778fc6b2a5d671c5b7502e984fdb37867ed 100644 (file)
@@ -65,7 +65,7 @@ mo_ojoin(struct Client *client_p, struct Client *source_p, int parc, const char
                return 0;
        }
 
-       if(*parv[1] == '@' || *parv[1] == '%' || *parv[1] == '+')
+       if(*parv[1] == '@' || *parv[1] == '+')
        {
                parv[1]++;
                move_me = 1;