[IRCServices Coding] module_config required?
Andrew Church
achurch at achurch.org
Mon Oct 28 19:16:13 PST 2002
>i made a module and i did not include a NULL module_config and it seems to
>work fine... in the unreal protocol module it says module_config is
>required...
This will only work when compiling modules dynamically. When
compiling with static modules, the final link will fail with an unresolved
symbol if you don't define module_config.
--Andrew Church
achurch at achurch.org
http://achurch.org/