1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 13:16:38 +02:00

BUILD : 1.7.12 (947) BUGS : NOTES : Updated inspircd support module and fixed error with generating language.h on certain setups

git-svn-id: svn://svn.anope.org/anope/trunk@947 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@675 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-12-26 15:59:05 +00:00
parent 86ccb584dd
commit 0426f86966
6 changed files with 590 additions and 451 deletions
+1
View File
@@ -36,6 +36,7 @@ int AnopeInit(int argc, char **argv)
moduleAddCommand(OPERSERV, c, MOD_UNIQUE);
if (DisableRaw) {
alog("[os_raw] Unloading because DisableRaw is enabled");
return MOD_STOP;
}
return MOD_CONT;
+568 -439
View File
File diff suppressed because it is too large Load Diff
+11 -2
View File
@@ -1,4 +1,4 @@
/* InspIRCd 1.0 beta functions
/* inspircd beta 6 functions
*
* (C) 2003-2005 Anope Team
* Contact us at info@anope.org
@@ -121,4 +121,13 @@ int inspircd_flood_mode_check(char *value);
void inspircd_cmd_jupe(char *jserver, char *who, char *reason);
int inspircd_valid_nick(char *nick);
void inspircd_cmd_ctcp(char *source, char *dest, char *buf);
int anope_event_fjoin(char *source, int ac, char **av);
int anope_event_fmode(char *source, int ac, char **av);
int anope_event_ftopic(char *source, int ac, char **av);
int anope_event_sanick(char *source, int ac, char **av);
int anope_event_samode(char *source, int ac, char **av);
int anope_event_sajoin(char *source, int ac, char **av);
int anope_event_sapart(char *source, int ac, char **av);
int anope_event_version(char *source, int ac, char **av);
int anope_event_opertype(char *source, int ac, char **av);
int anope_event_idle(char* source, int ac, char **av);