From be278d2bb8f67e75c4bb2e5a62f217fe79dc66e3 Mon Sep 17 00:00:00 2001 From: rburchell Date: Fri, 28 Nov 2008 16:16:53 +0000 Subject: Remove (void) args, these just make things ugly. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1811 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/ratbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol/ratbox.c') diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index efe61bd27..c09cd0dc6 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -1100,7 +1100,7 @@ int anope_event_error(const char *source, int ac, const char **av) return MOD_CONT; } -void moduleAddIRCDMsgs(void) +void moduleAddIRCDMsgs() { Message *m; -- cgit