aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-12-08 13:57:25 +0800
committerRunxi Yu <me@runxiyu.org>2024-12-08 13:57:25 +0800
commit6fdea28236771ee1d90a6fc959075c79939ad566 (patch)
tree0fd3e2f013729468b11d06d09283a92b98ae4358 /main.go
parenttags.go: Remove erroneous MIT SPDX-License-Identifier (diff)
downloadmeseircd-6fdea28236771ee1d90a6fc959075c79939ad566.tar.gz
meseircd-6fdea28236771ee1d90a6fc959075c79939ad566.tar.zst
meseircd-6fdea28236771ee1d90a6fc959075c79939ad566.zip
CAP: Primitive negotiation
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index bd96e5d..edb629a 100644
--- a/main.go
+++ b/main.go
@@ -12,6 +12,8 @@ func main() {
logger := slog.New(slog.NewTextHandler(os.Stderr, &slog.HandlerOptions{Level: slog.LevelDebug}))
slog.SetDefault(logger)
+ setupCapls()
+
self = Server{
conn: nil,
SID: "001",