You should read the IRC RFC (RFC 1459).
This contains all the commands you will need to send to a IRC server.
When sending a message to a user or nickname, you use the format
PRIVMSG <destination> :<message here>
FOr notices, it's the same thing, hwoever you use NOTICE, instead of PRIVMSG`