diff options
author | Runxi Yu <me@runxiyu.org> | 2024-12-08 15:54:44 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-12-08 15:54:44 +0800 |
commit | 70d581432bcfca0550f5cfe028c2be20864459e9 (patch) | |
tree | fa34b6b8aaa532fbcd06a15f6c9d094feb9ecdb9 /main.go | |
parent | AUTHENTICATE: Send ERR_SASLFAIL if sasl not requested (diff) | |
download | meseircd-70d581432bcfca0550f5cfe028c2be20864459e9.tar.gz meseircd-70d581432bcfca0550f5cfe028c2be20864459e9.tar.zst meseircd-70d581432bcfca0550f5cfe028c2be20864459e9.zip |
Send 002 to 005 stubs on registration
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |