diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-10-21 14:20:46 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-10-21 14:20:46 +0000 |
commit | 4e09ffe9b4de3fd005a2a35f2620dfe93e77f3cf (patch) | |
tree | 5ef82d6b2200e8319e960f718b7d89e2ea31c0f2 /src/protocol/rageircd.c | |
parent | 96c98e6eea470a1c68340af43879c111a0c7c1b6 (diff) |
BUILD : 1.7.12 (914) BUGS : NOTES : Anope 1.7.12-rc1 stuffs
git-svn-id: svn://svn.anope.org/anope/trunk@914 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@660 5417fbe8-f217-4b02-8779-1006273d7864
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"); |