Also apply the same renaming for the README
This commit is contained in:
parent
670fd99fb4
commit
68c2fc2d6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user