mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-30 06:52:05 -08:00
Fixing warnings and golint stuff
This commit is contained in:
parent
09802f7181
commit
e807f3ca04
8 changed files with 25 additions and 13 deletions
|
|
@ -67,6 +67,7 @@ func (il *ISupportList) RegenerateCachedReply() {
|
|||
}
|
||||
}
|
||||
|
||||
// RplISupport outputs our ISUPPORT lines to the client. This is used on connection and in VERSION responses.
|
||||
func (client *Client) RplISupport() {
|
||||
for _, tokenline := range client.server.isupport.CachedReply {
|
||||
// ugly trickery ahead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue