some doc on structs

This commit is contained in:
tpltnt
2014-02-14 15:40:25 +01:00
parent 5baf7671c6
commit eef65b116e
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ import (
"time"
)
func (irc *Connection) AddCallback(eventcode string, callback func(*Event)) string {
eventcode = strings.ToUpper(eventcode)