Update lrstanley/girc dep

This commit is contained in:
Wim
2022-03-21 23:44:25 +01:00
parent 5c8f224e3b
commit 5030874299
11 changed files with 21 additions and 30 deletions

View File

@@ -347,4 +347,5 @@ const (
RPL_LOCALUSERS = "265" // aircd/hybrid/bahamut, used on freenode.
RPL_TOPICWHOTIME = "333" // ircu, used on freenode.
RPL_WHOSPCRPL = "354" // ircu, used on networks with WHOX support.
RPL_CREATIONTIME = "329"
)