Fix typo
This commit is contained in:
parent
3e80573765
commit
9c463b61ec
@ -258,7 +258,7 @@ func (dc *downstreamConn) marshalMessage(msg *irc.Message, net *network) *irc.Me
|
|||||||
case "MODE":
|
case "MODE":
|
||||||
msg.Params[0] = dc.marshalEntity(net, msg.Params[0])
|
msg.Params[0] = dc.marshalEntity(net, msg.Params[0])
|
||||||
case "QUIT":
|
case "QUIT":
|
||||||
// This space is intentinally left blank
|
// This space is intentionally left blank
|
||||||
default:
|
default:
|
||||||
panic(fmt.Sprintf("unexpected %q message", msg.Command))
|
panic(fmt.Sprintf("unexpected %q message", msg.Command))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user