forked from External/ergo
adjust ping message
This commit is contained in:
parent
52ffc77d8d
commit
b6d8f62674
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue