Whoops, small fail.

This commit is contained in:
JD Horelick 2010-02-23 00:43:34 -05:00
parent 87f58b4ffb
commit e54944ef98
1 changed files with 1 additions and 1 deletions

View File

@ -1364,7 +1364,7 @@ oper_up(struct Client *source_p, struct oper_conf *oper_p)
* Plus this is post-umode being set so you'll pass +I $o or +O.
* Hence why we're making this a normal clean join. --jdhore
*/
user_join(client_p, source_p, aconf->autojoin_opers, NULL, 0);
user_join(&me, source_p, aconf->autojoin_opers, NULL, 0);
}
return (1);