mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 12:13:12 +02:00
join fixes?
This commit is contained in:
@@ -350,7 +350,7 @@ DLLFUNC int m_oper(aClient *cptr, aClient *sptr, int parc, char *parv[]) {
|
||||
OPER_AUTO_JOIN_CHANS,
|
||||
NULL
|
||||
};
|
||||
(void)m_join(cptr, sptr, 3, chans);
|
||||
do_cmd(cptr, sptr, "JOIN", 3, chans);
|
||||
}
|
||||
ircd_log(LOG_OPER, "OPER (%s) by (%s!%s@%s)", name, parv[0], sptr->user->username,
|
||||
sptr->sockhost);
|
||||
|
||||
Reference in New Issue
Block a user