Update lrstanley/girc dep (#1773)

This commit is contained in:
Wim
2022-03-25 22:01:02 +01:00
committed by GitHub
parent 5d9604cd15
commit 5f75f9886d
11 changed files with 21 additions and 30 deletions

View File

@@ -451,7 +451,7 @@ func handleNAMES(c *Client, e Event) {
var modes, nick string
var ok bool
s := &Source{}
var s *Source
c.state.Lock()
for i := 0; i < len(parts); i++ {