diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-22 02:31:41 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-22 02:37:17 +0800 |
commit | 9a132559c44f025c0a73915b3fe418751294089b (patch) | |
tree | 64060de02352af533d5df49a07202c57070a3b6b /main.go | |
parent | errorPage404 should actually do 404 (diff) | |
download | forge-9a132559c44f025c0a73915b3fe418751294089b.tar.gz forge-9a132559c44f025c0a73915b3fe418751294089b.tar.zst forge-9a132559c44f025c0a73915b3fe418751294089b.zip |
Add rudimentary IRC logic
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -93,5 +93,8 @@ func main() { } }() + // IRC bot + go ircBotLoop() + select {} } |