Help with module

These are old archives. They are kept for historic purposes only.
Post Reply
Steve
Posts: 6
Joined: Sun Jul 13, 2014 2:23 pm

Help with module

Post by Steve »

Hi

Can someone tell me, if I want to write a module for our network that does something when a PRIVMSG is sent (PRIVMSG user -> user, not user -> channel etc.) what hooks I should use?

What docs should I be looking at for the basics here? Is there a sample simple module to start with? :-)

Thanks a lot,

Steve
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Help with module

Post by katsklaw »

Use the webtv module as an example.

Be warned though: This breaks RFC1459 and not all clients will like it. There may be unforeseen problems and random breakage.
Post Reply