[IRCServices Coding] Feature request

Russ Garrett rg at tcslon.com
Mon Jul 22 08:24:05 PDT 2002


> excactly and i want to know what i need to change in the bahamut.c to make
> it work.

Copying the whole of m_nick() in unreal.c to m_nick() in your new protocol
module should suffice, although if your ircd uses less than 10 parameters
to the NICK message, it will need some fairly trivial modifications.
do_send_nick may also need tweaking to be fully compliant with the protocol.

I haven't tested this; there may be other things that need tweaking, but
they're probably pretty explanatory.

Russ Garrett
russ at garrett.co.uk