1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 21:23:13 +02:00

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
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-10-21 14:20:46 +00:00
parent 96c98e6eea
commit 4e09ffe9b4
30 changed files with 293 additions and 241 deletions
+4 -3
View File
@@ -1,3 +1,4 @@
/* Rage IRCD functions
/* Rage IRCD functions
*
* (C) 2003-2005 Anope Team
@@ -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");