1
0
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:
stskeeps
2000-05-29 15:09:01 +00:00
parent 4dc224d3ff
commit adced2cf58
4 changed files with 10 additions and 2 deletions
+2
View File
@@ -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] = {