[IRCServices Coding] calling another module's callback

Ron ron885 at bloodheart.com
Wed Jan 1 14:40:09 PST 2003


On Thursday 26 December 2002 06:33 am, Andrew Church wrote:
>      No; the callback ID (necessary for calling the callback) is private to
> the NickServ module.  What do you need to call it for?

well i know that callback basically returns a true/false if the given nick is 
one of the services nicks... and i was thinking thats easier than if 
irc_stricmp(nick, s_NickServ) etc...