Also apply the same renaming for the README

This commit is contained in:
Reynir Reynisson 2012-05-11 13:49:15 +02:00
parent 670fd99fb4
commit 68c2fc2d6a

View File

@ -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