diff options
Diffstat (limited to 'src/protocol/ultimate3.c')
-rw-r--r-- | src/protocol/ultimate3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/ultimate3.c b/src/protocol/ultimate3.c index 6eb4bd144..2a22d5d70 100644 --- a/src/protocol/ultimate3.c +++ b/src/protocol/ultimate3.c @@ -588,7 +588,7 @@ int anope_event_client(char *source, int ac, char **av) void moduleAddIRCDMsgs(void) { Message *m; - updateProtectDetails("ADMIN","ADMINME","!admin","!deadmin","AUTOADMIN","+a","-a"); + updateProtectDetails("ADMIN","ADMINME","admin","deadmin","AUTOADMIN","+a","-a"); m = createMessage("401", anope_event_null); addCoreMessage(IRCD,m); m = createMessage("402", anope_event_null); addCoreMessage(IRCD,m); |