diff options
Diffstat (limited to 'vendor/github.com/lrstanley/girc/constants.go')
-rw-r--r-- | vendor/github.com/lrstanley/girc/constants.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/lrstanley/girc/constants.go b/vendor/github.com/lrstanley/girc/constants.go index a190ef21..8f5f91b1 100644 --- a/vendor/github.com/lrstanley/girc/constants.go +++ b/vendor/github.com/lrstanley/girc/constants.go @@ -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" ) |