Fix formats
This commit is contained in:
parent
84a0cb60ed
commit
9bdf790e25
@ -1,13 +1,13 @@
|
||||
package irc
|
||||
|
||||
import (
|
||||
"crypto/sha1"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"reflect"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
"crypto/sha1"
|
||||
"fmt"
|
||||
"reflect"
|
||||
"math/rand"
|
||||
)
|
||||
|
||||
func (irc *Connection) AddCallback(eventcode string, callback func(*Event)) string {
|
||||
|
Loading…
Reference in New Issue
Block a user