Updating readme for Password support

This commit is contained in:
tj 2010-09-29 09:55:31 +02:00
parent 9fa6bbdeca
commit bebd74ffc0

@ -50,8 +50,11 @@ AddCallback Example
Commands
--------
irc.IRC("<nick>", "<user>") //Create new ircobj
ircobj.Password = "[server password]"
ircobj.Connect("irc.someserver.com:6667") //Connect to server
ircobj.Sendraw("<string>") //sends string to server. Adds \r\n
ircobj.Join("#channel [password]")
ircobj.Privmsg("#channel", "msg")
ircobj.Privmsg("nickname", "msg")
ircobj.Notice("nickname or #channel", "msg")
ircobj.Notice("<nickname | #channel>", "msg")