Remove last vestige of halfops from this module.

How this was in here for this long is well beyond me. This must be old
hybrid code or something.
This commit is contained in:
Elizabeth Myers 2013-04-20 21:23:27 -05:00
parent f0bce9d95d
commit be8f778945

View 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;