mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
logger: Better colours and output
This commit is contained in:
parent
3d443339e5
commit
415a8117ee
4 changed files with 44 additions and 38 deletions
|
|
@ -5,7 +5,9 @@
|
|||
|
||||
package irc
|
||||
|
||||
import "github.com/DanielOaks/girc-go/ircmsg"
|
||||
import (
|
||||
"github.com/DanielOaks/girc-go/ircmsg"
|
||||
)
|
||||
|
||||
// Command represents a command accepted from a client.
|
||||
type Command struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue