[IRCServices Coding] srvcs 5
v13 at priest.com
v13 at priest.com
Sat Dec 15 12:34:44 PST 2001
On Saturday 15 December 2001 22:12, Finny Merrill wrote:
> Command* lookup_cmd(Module* id, char* name)
> will return the current Command* stucture for command name
> which can then be removed and replaced, and you can call the function.
Thanx. I got do_info() from
(*(lookup_cmd(module_nickserv, "INFO")))->routine
and put my function there, which calls the old one before sending
anything to the user and it worked.
<<V13>>