mirror of
https://github.com/anope/anope.git
synced 2026-07-02 22:23:13 +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:
@@ -994,7 +994,7 @@ int anope_event_burst(const char *source, int ac, const char **av)
|
||||
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
void moduleAddIRCDMsgs(void) {
|
||||
void moduleAddIRCDMsgs() {
|
||||
Message *m;
|
||||
|
||||
|
||||
|
||||
@@ -1276,7 +1276,7 @@ int anope_event_capab(const char *source, int ac, const char **av)
|
||||
}
|
||||
|
||||
|
||||
void moduleAddIRCDMsgs(void) {
|
||||
void moduleAddIRCDMsgs() {
|
||||
Message *m;
|
||||
|
||||
updateProtectDetails("PROTECT","PROTECTME","protect","deprotect","AUTOPROTECT","+a","-a");
|
||||
|
||||
@@ -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");
|
||||
|
||||
@@ -1254,7 +1254,7 @@ int charybdis_send_deaccount(int argc, char **argv)
|
||||
}
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
void moduleAddIRCDMsgs(void)
|
||||
void moduleAddIRCDMsgs()
|
||||
{
|
||||
Message *m;
|
||||
|
||||
|
||||
@@ -601,7 +601,7 @@ int anope_event_436(const char *source, int ac, const char **av)
|
||||
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
void moduleAddIRCDMsgs(void) {
|
||||
void moduleAddIRCDMsgs() {
|
||||
Message *m;
|
||||
|
||||
updateProtectDetails("PROTECT","PROTECTME","protect","deprotect","AUTOPROTECT","+","-");
|
||||
|
||||
@@ -680,7 +680,7 @@ anope_event_436 (const char *source, int ac, const char **av)
|
||||
|
||||
|
||||
void
|
||||
moduleAddIRCDMsgs (void)
|
||||
moduleAddIRCDMsgs ()
|
||||
{
|
||||
Message *m;
|
||||
|
||||
|
||||
@@ -537,7 +537,7 @@ int anope_event_436(const char *source, int ac, const char **av)
|
||||
}
|
||||
|
||||
|
||||
void moduleAddIRCDMsgs(void)
|
||||
void moduleAddIRCDMsgs()
|
||||
{
|
||||
Message *m;
|
||||
|
||||
|
||||
@@ -498,7 +498,7 @@ int anope_event_436(const char *source, int ac, const char **av)
|
||||
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
void moduleAddIRCDMsgs(void) {
|
||||
void moduleAddIRCDMsgs() {
|
||||
Message *m;
|
||||
|
||||
updateProtectDetails("ADMIN","ADMINME","admin","deadmin","AUTOADMIN","+a","-a");
|
||||
|
||||
@@ -638,7 +638,7 @@ int anope_event_436(const char *source, int ac, const char **av)
|
||||
}
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
void moduleAddIRCDMsgs(void) {
|
||||
void moduleAddIRCDMsgs() {
|
||||
Message *m;
|
||||
|
||||
updateProtectDetails("PROTECT","PROTECTME","protect","deprotect","AUTOPROTECT","+","-");
|
||||
|
||||
@@ -589,7 +589,7 @@ int anope_event_client(const char *source, int ac, const char **av)
|
||||
}
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
void moduleAddIRCDMsgs(void) {
|
||||
void moduleAddIRCDMsgs() {
|
||||
Message *m;
|
||||
|
||||
updateProtectDetails("ADMIN","ADMINME","admin","deadmin","AUTOADMIN","+a","-a");
|
||||
|
||||
@@ -670,7 +670,7 @@ int anope_event_error(const char *source, int ac, const char **av)
|
||||
}
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
void moduleAddIRCDMsgs(void) {
|
||||
void moduleAddIRCDMsgs() {
|
||||
Message *m;
|
||||
|
||||
updateProtectDetails("PROTECT","PROTECTME","protect","deprotect","AUTOPROTECT","+a","-a");
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user