mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-12 15:53:31 -07:00
fix bad ref in part command
This commit is contained in:
+1
-1
@@ -371,7 +371,7 @@ func (m *PartCommand) HandleServer(server *Server) {
|
||||
server.mutex.Unlock()
|
||||
|
||||
if channel == nil {
|
||||
m.Client().Reply(ErrNoSuchChannel(server, channel.name))
|
||||
m.Client().Reply(ErrNoSuchChannel(server, chname))
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user