A small UDF to connect to IRC using TCP Functions.
Please note, Every IRC server is slightly different you may need to tweak the Example.au3 for it to work.
Functions:
_IRCConnect ($server, $port, $nick)
_IRCJoinChannel ($irc, $chan)
_IRCSendMessage ($irc, $msg, $chan="")
_IRCChangeMode ($irc, $mode, $chan="")
_IRCPing($ret)
IRC.au3
UDF
Example.au3
Example Script.
In the Example Script there is a small thing on recieved messages.
8Ball.au3
8Ball Script.Quickly made up.