1
0
Fork 0
forked from External/ergo

adjust ping message

This commit is contained in:
Jeremy Latt 2014-02-20 19:22:08 -08:00
parent 52ffc77d8d
commit b6d8f62674
2 changed files with 2 additions and 2 deletions

View file

@ -643,7 +643,7 @@ func NewWhoCommand(args []string) (editableCommand, error) {
}
func (msg *WhoCommand) String() string {
return fmt.Sprintf("WHO(mask=%s, operatorOnly=%s)", msg.mask, msg.operatorOnly)
return fmt.Sprintf("WHO(mask=%s, operatorOnly=%t)", msg.mask, msg.operatorOnly)
}
type OperCommand struct {