diff --git a/README.markdown b/README.markdown index 3db1880..2646543 100644 --- a/README.markdown +++ b/README.markdown @@ -41,7 +41,7 @@ Events for callbacks AddCallback Example --------- ircobj.AddCallback("PRIVMSG", func(event *irc.Event) { - //e.Message contains the message + //e.Message() contains the message //e.Nick Contains the sender //e.Arguments[0] Contains the channel });