mirror of
https://github.com/fluffle/goirc
synced 2025-05-12 18:44:50 +00:00
Helps if you add the damn element to the struct...
This commit is contained in:
parent
bea2395160
commit
1d587cd3fc
1 changed files with 2 additions and 0 deletions
|
@ -44,7 +44,9 @@ type Conn struct {
|
|||
Flood bool
|
||||
|
||||
// Function which returns a *time.Time for use as a timestamp
|
||||
// Format for *time.Time when outputting timestamps
|
||||
Timestamp func() *time.Time
|
||||
Format string
|
||||
|
||||
// Enable debugging? Set format for timestamps on debug output.
|
||||
Debug bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue