aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-12-12 06:44:47 +0800
committerRunxi Yu <me@runxiyu.org>2024-12-12 06:44:47 +0800
commitebffb995c6581724b0b6760bf0c68f0f9d0c4160 (patch)
treeaa9f232f988130a5d8dda9fc1fbd13cf8fc187a2 /main.go
parentCAP LS: Take version as integer (diff)
downloadmeseircd-ebffb995c6581724b0b6760bf0c68f0f9d0c4160.tar.gz
meseircd-ebffb995c6581724b0b6760bf0c68f0f9d0c4160.tar.zst
meseircd-ebffb995c6581724b0b6760bf0c68f0f9d0c4160.zip
Use uint32 for SIDs, uint64 for CIDs
Diffstat (limited to '')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index b17c713..5fa4cad 100644
--- a/main.go
+++ b/main.go
@@ -18,7 +18,7 @@ func main() {
self = &Server{
conn: nil,
- SID: "001",
+ SID: 0,
Name: "irc.runxiyu.org",
}