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

BUILD : 1.7.10 (841) BUGS : 400 NOTES : Modules will now get a more random filename in the runtime/ folder, which makes sure that no duplicate filenames will occur, which makes sure listchans can run at the same time as services since they both use the same protocol module, which in turn fixes bug 400. And all modules are now properly unloaded on shutdown :)

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@594 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-07-01 21:32:09 +00:00
parent 0190e74b31
commit 5e079dce4b
5 changed files with 84 additions and 18 deletions
+1
View File
@@ -839,6 +839,7 @@ E void ntoa(struct in_addr addr, char *ipaddr, int len);
/**** modules.c ****/
E void modules_core_init(int number, char **list);
E void modules_unload_all(void); /* Read warnings near function source */
E void moduleCallBackRun(void);
E void moduleCleanStruct(ModuleData **moduleData);