mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-12 17:48:35 -07:00
Fix a few redundancies in replies.
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
package irc
|
||||
|
||||
import (
|
||||
"sort"
|
||||
)
|
||||
|
||||
type Channel struct {
|
||||
name string
|
||||
key string
|
||||
@@ -44,7 +40,6 @@ func (ch *Channel) Nicks() []string {
|
||||
nicks[i] = member.Nick()
|
||||
i++
|
||||
}
|
||||
sort.Strings(nicks)
|
||||
return nicks
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user