diff --git a/README.markdown b/README.markdown index 2ff97c5..e48fcdd 100644 --- a/README.markdown +++ b/README.markdown @@ -47,8 +47,12 @@ AddCallback Example Commands -------- - irc.IRC("", "") //Create new ircobj + ircobj := irc.IRC("", "") //Create new ircobj + //Set options + ircobj.UseTLS = true //default is false + //ircobj.TLSOptions //set ssl options ircobj.Password = "[server password]" + //Commands ircobj.Connect("irc.someserver.com:6667") //Connect to server ircobj.Sendraw("") //sends string to server. Adds \r\n ircobj.Sendraw("", ...) //sends formatted string to server.n