mirror of
https://github.com/anope/anope.git
synced 2026-06-29 08:16:39 +02:00
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
This commit is contained in:
@@ -1295,7 +1295,7 @@ int anope_event_capab(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");
|
||||
|
||||
Reference in New Issue
Block a user