3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

fix bad ref in part command

This commit is contained in:
Jeremy Latt 2014-02-16 09:41:16 -08:00
parent a17490e801
commit 81a0f19390

View File

@ -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
}