diff options
Diffstat (limited to 'src/protocol/rageircd.c')
-rw-r--r-- | src/protocol/rageircd.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/protocol/rageircd.c b/src/protocol/rageircd.c index 5c72eb2bd..542f1ed69 100644 --- a/src/protocol/rageircd.c +++ b/src/protocol/rageircd.c @@ -1,4 +1,5 @@ /* Rage IRCD functions +/* Rage IRCD functions * * (C) 2003-2005 Anope Team * Contact us at info@anope.org @@ -561,7 +562,6 @@ void moduleAddIRCDMsgs(void) { } /* *INDENT-ON* */ -int anope_event_error(char *source, int ac, char **av) { if (ac >= 1) { if (debug) { @@ -628,7 +628,7 @@ void rageircd_cmd_svsadmin(char *server, int set) void rageircd_cmd_sgline(char *mask, char *reason) { - send_cmd(NULL, "SGLINE %d :%s:%s", (int)strlen(mask), mask, reason); + send_cmd(NULL, "SGLINE %d :%s:%s", (int) strlen(mask), mask, reason); } @@ -1625,7 +1625,8 @@ int AnopeInit(int argc, char **argv) { moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + moduleAddVersion + ("$Id$"); moduleSetType(PROTOCOL); pmodule_ircd_version("RageIRCd 2.0.x"); |