diff --git a/README.markdown b/README.markdown index 2b3524b..8aa9ea0 100644 --- a/README.markdown +++ b/README.markdown @@ -56,7 +56,7 @@ Example: //event.Message() contains the message //event.Nick Contains the sender //event.Arguments[0] Contains the channel - }(e) + }(event) }); @@ -73,7 +73,7 @@ Commands ircobj.SendRawf("", ...) //sends formatted string to server.n ircobj.Join("<#channel> [password]") ircobj.Nick("newnick") - ircobj.Privmsg("", "msg") + ircobj.Privmsg("", "msg") // sends a message to either a certain nick or a channel ircobj.Privmsgf(, "", ...) ircobj.Notice("", "msg") ircobj.Noticef("", "", ...)