Make IRC logger public. No reason for disallowing overrides.

This commit is contained in:
Andrew Montgomery-Hurrell
2014-02-09 13:42:14 +00:00
parent 0b6c954b52
commit 847ce8faa2
3 changed files with 12 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ type Connection struct {
lastMessage time.Time
VerboseCallbackHandler bool
log *log.Logger
Log *log.Logger
stopped bool
}