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:
parent
f0bce9d95d
commit
be8f778945
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue