fix command parameters

This commit is contained in:
Juuso Haavisto 2015-03-21 21:13:32 +02:00
parent 5e6704d895
commit f467f72ebb

@ -41,9 +41,9 @@ Events for callbacks
AddCallback Example
-------------------
ircobj.AddCallback("PRIVMSG", func(event *irc.Event) {
//e.Message() contains the message
//e.Nick Contains the sender
//e.Arguments[0] Contains the channel
//event.Message() contains the message
//event.Nick Contains the sender
//event.Arguments[0] Contains the channel
});
Commands