aboutsummaryrefslogtreecommitdiff
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/server.go b/server.go
index 7dbca97..30b39f1 100644
--- a/server.go
+++ b/server.go
@@ -16,4 +16,7 @@ type server struct {
sourceHandler http.Handler
staticHandler http.Handler
+
+ ircSendBuffered chan string
+ ircSendDirectChan chan errorBack[string]
}