1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 12:13:12 +02:00

join fixes?

This commit is contained in:
Bram Matthys
2005-02-03 17:04:45 +00:00
parent 3e1b7c0f47
commit 9c979e4e04
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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);