mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 00:13:12 +02:00
Made MODE_X and the family show mode changes, and made STRIPBADWORDS
standard
This commit is contained in:
@@ -948,6 +948,8 @@ static int register_user(cptr, sptr, nick, username, umode, virthost)
|
||||
sendto_one(nsptr, ":%s PRIVMSG %s@%s :IDENTIFY %s",
|
||||
sptr->name, NickServ, SERVICES_NAME, sptr->passwd);
|
||||
/* Force the user to join the given chans -- codemastr */
|
||||
sendto_one(cptr,":%s MODE %s :%s", cptr->name, cptr->name, buf);
|
||||
|
||||
if (strcmp(AUTO_JOIN_CHANS, "0"))
|
||||
{
|
||||
char *chans[3] = {
|
||||
|
||||
Reference in New Issue
Block a user