aboutsummaryrefslogtreecommitdiff
path: root/tags.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-12-08 08:52:23 +0800
committerRunxi Yu <me@runxiyu.org>2024-12-08 08:52:23 +0800
commitd201e74fff4e6d82d639d858826bdb4190936c07 (patch)
tree7e5de8e206bf913fc0bbef5eba81b06fa9c1e06c /tags.go
parentAdd basic command handling (diff)
downloadmeseircd-d201e74fff4e6d82d639d858826bdb4190936c07.tar.gz
meseircd-d201e74fff4e6d82d639d858826bdb4190936c07.tar.zst
meseircd-d201e74fff4e6d82d639d858826bdb4190936c07.zip
Server and self awareness
Diffstat (limited to 'tags.go')
-rw-r--r--tags.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tags.go b/tags.go
index 31f1154..186cb73 100644
--- a/tags.go
+++ b/tags.go
@@ -113,4 +113,3 @@ func validateTagName(name string) bool {
}
return true
}
-