Add ability to silence callback handler

This commit is contained in:
Michael Jard
2011-05-21 21:06:22 -07:00
parent 9d322aca1a
commit 78a4c71736
3 changed files with 8 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ type IRCConnection struct {
ticker <-chan int64
ticker2 <-chan int64
VerboseCallbackHandler bool
quitting bool
}