diff --git a/README.markdown b/README.markdown index e48fcdd..06f8558 100644 --- a/README.markdown +++ b/README.markdown @@ -55,8 +55,9 @@ Commands //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 - ircobj.Join("#channel [password]") - ircobj.Privmsg("#channel", "msg") - ircobj.Privmsg("nickname", "msg") + ircobj.Sendrawf("", ...) //sends formatted string to server.n + ircobj.Join("<#channel> [password]") + ircobj.Privmsg("", "msg") + ircobj.Privmsgf(, "", ...) ircobj.Notice("", "msg") + ircobj.Noticef("", "", ...)