Log downstream messages before registration
This commit is contained in:
parent
1241bf82aa
commit
bdfb8634e9
@ -602,6 +602,10 @@ func (dc *downstreamConn) runUntilRegistered() error {
|
|||||||
return fmt.Errorf("failed to read IRC command: %v", err)
|
return fmt.Errorf("failed to read IRC command: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if dc.srv.Debug {
|
||||||
|
dc.logger.Printf("received: %v", msg)
|
||||||
|
}
|
||||||
|
|
||||||
err = dc.handleMessage(msg)
|
err = dc.handleMessage(msg)
|
||||||
if ircErr, ok := err.(ircError); ok {
|
if ircErr, ok := err.(ircError); ok {
|
||||||
ircErr.Message.Prefix = dc.srv.prefix()
|
ircErr.Message.Prefix = dc.srv.prefix()
|
||||||
|
Loading…
Reference in New Issue
Block a user