mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 16:54:46 +02:00
Made MODE_X and the family show mode changes, and made STRIPBADWORDS
standard
This commit is contained in:
@@ -328,4 +328,5 @@ k/*
|
||||
overwriting it ...
|
||||
- Created /shun, /gline style. /shun +user@host time reason /shun -user@host
|
||||
will extend it so you can /shun +nick later
|
||||
- A little anti-0 fix in channel.c
|
||||
- A little anti-0 fix in channel.c
|
||||
- Made MODE_X, MODE_I etc show mode change to user
|
||||
|
||||
@@ -93,11 +93,16 @@
|
||||
*/
|
||||
#define ADMINCHAT 1
|
||||
|
||||
|
||||
/*
|
||||
Remote rehash
|
||||
*/
|
||||
#define REMOTE_REHASH
|
||||
|
||||
/*
|
||||
Stripbadwords patch
|
||||
*/
|
||||
#define STRIPBADWORDS
|
||||
/*
|
||||
Ident checking
|
||||
#define this to disable ident checking
|
||||
|
||||
@@ -22,7 +22,7 @@ Set MODE_X ..............: 1
|
||||
# 1 = Yes 0 = No
|
||||
Set MODE_I ..............: 0
|
||||
|
||||
# Auto +X users when they connect? This can help as a new REMOVE_ADVERTISE
|
||||
# Auto +G users when they connect? This can help as a new REMOVE_ADVERTISE
|
||||
Set MODE_STRIPWORDS .....: 0
|
||||
|
||||
# If compiled on a halfhub network this will upgrade it to be a real hub
|
||||
|
||||
@@ -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