mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
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…
Add table
Reference in a new issue