[IRCServices Coding] importing s_NickServ
Andrew Church
achurch at achurch.org
Wed Dec 18 13:31:58 PST 2002
>i'm looking through the chanserv and memoserv code and i'm not seeing whe
>re it
>imports s_NickServ, if i try to use it and not import it it fails... am i
>
>missing something?
s_NickServ is implicitly imported--it's referenced as an external
symbol by the module, so if nickserv/main isn't loaded, the dynamic loader
will refuse to load chanserv/main because of unresolved symbols.
--Andrew Church
achurch at achurch.org
http://achurch.org/