From 68c2fc2d6a7f12a025d61a7019e568c715330f70 Mon Sep 17 00:00:00 2001 From: Reynir Reynisson Date: Fri, 11 May 2012 13:49:15 +0200 Subject: [PATCH] Also apply the same renaming for the README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 5ccd47d..661c984 100644 --- a/README.markdown +++ b/README.markdown @@ -42,7 +42,7 @@ Events for callbacks AddCallback Example --------- - ircobj.AddCallback("PRIVMSG", func(event *irc.IRCEvent) { + ircobj.AddCallback("PRIVMSG", func(event *irc.Event) { //e.Message contains the message //e.Nick Contains the sender //e.Arguments[0] Contains the channel