From 70d581432bcfca0550f5cfe028c2be20864459e9 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 8 Dec 2024 15:54:44 +0800 Subject: Send 002 to 005 stubs on registration --- main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index 28b05b0..3f6025a 100644 --- a/main.go +++ b/main.go @@ -8,6 +8,8 @@ import ( "os" ) +const VERSION = "MeseIRCd-0.0.0" + func main() { logger := slog.New(slog.NewTextHandler(os.Stderr, &slog.HandlerOptions{Level: slog.LevelDebug})) slog.SetDefault(logger) -- cgit v1.2.3