aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index d92d816..d2b1069 100644
--- a/main.go
+++ b/main.go
@@ -93,5 +93,8 @@ func main() {
}
}()
+ // IRC bot
+ go ircBotLoop()
+
select {}
}