From defd1e2189b14e3833951075236070ee9ca4e8da Mon Sep 17 00:00:00 2001 From: Thomas Jager Date: Wed, 12 Feb 2014 00:05:20 +0100 Subject: [PATCH] Update Readme --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });