1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 18:43:12 +02:00

+- Added Modules, using dlopen() and LoadLibrary for *nix/win32.

+- Added /module load <path.to.so>, /module status (list modules),
+  /module unload <modulename>
This commit is contained in:
stskeeps
2001-03-10 11:58:04 +00:00
parent 797b6c6f21
commit f41c3bf679
13 changed files with 481 additions and 72 deletions
+1
View File
@@ -27,6 +27,7 @@
#include "common.h"
#include "sys.h"
#include "hash.h"
#include "modules.h"
#include <stdio.h>
#include <sys/types.h>
#ifdef ZIP_LINKS