aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-22 02:31:41 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-22 02:37:17 +0800
commit9a132559c44f025c0a73915b3fe418751294089b (patch)
tree64060de02352af533d5df49a07202c57070a3b6b /main.go
parenterrorPage404 should actually do 404 (diff)
downloadforge-9a132559c44f025c0a73915b3fe418751294089b.tar.gz
forge-9a132559c44f025c0a73915b3fe418751294089b.tar.zst
forge-9a132559c44f025c0a73915b3fe418751294089b.zip
Add rudimentary IRC logic
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 {}
}