diff options
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index b4a86525c..bf619d27d 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -44,7 +44,6 @@ IRCDVar myIrcd[] = { 1, /* UMODE */ 1, /* VHOST ON NICK */ 1, /* Change RealName */ - 0, 0, /* On nick change check if they could be identified */ 1, /* No Knock requires +i */ NULL, /* CAPAB Chan Modes */ @@ -1235,10 +1234,6 @@ class ProtoUnreal : public Module moduleAddModes(); - ircd->DefMLock[CMODE_NOEXTERNAL] = true; - ircd->DefMLock[CMODE_TOPIC] = true; - ircd->DefMLock[CMODE_REGISTERED] = true; - pmodule_ircd_proto(&ircd_proto); moduleAddIRCDMsgs(); |