1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-06-06 14:53:19 +00:00

Helps if you add the damn element to the struct...

This commit is contained in:
Alex Bramley 2010-12-19 15:22:40 +00:00
parent bea2395160
commit 1d587cd3fc

View file

@ -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