diff options
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index b6986861e..97e523e44 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1347,7 +1347,7 @@ int anope_event_sjoin(const char *source, int ac, const char **av) return MOD_CONT; } -void moduleAddIRCDMsgs(void) { +void moduleAddIRCDMsgs() { Message *m; updateProtectDetails("PROTECT","PROTECTME","protect","deprotect","AUTOPROTECT","+a","-a"); |