mirror of https://github.com/fluffle/goirc
Helps if you add the damn element to the struct...
This commit is contained in:
parent
bea2395160
commit
1d587cd3fc
|
@ -44,7 +44,9 @@ type Conn struct {
|
||||||
Flood bool
|
Flood bool
|
||||||
|
|
||||||
// Function which returns a *time.Time for use as a timestamp
|
// Function which returns a *time.Time for use as a timestamp
|
||||||
|
// Format for *time.Time when outputting timestamps
|
||||||
Timestamp func() *time.Time
|
Timestamp func() *time.Time
|
||||||
|
Format string
|
||||||
|
|
||||||
// Enable debugging? Set format for timestamps on debug output.
|
// Enable debugging? Set format for timestamps on debug output.
|
||||||
Debug bool
|
Debug bool
|
||||||
|
|
Loading…
Reference in New Issue