1
0
Fork 0
forked from External/ergo

client: Show real IP and whether the target's using TLS in WHOIS

This commit is contained in:
Daniel Oaks 2017-06-23 05:15:10 +10:00
parent 1c0c4841a1
commit 23a26f83fe
3 changed files with 17 additions and 0 deletions

View file

@ -72,6 +72,7 @@ const (
RPL_NOTOPIC = "331"
RPL_TOPIC = "332"
RPL_TOPICTIME = "333"
RPL_WHOISACTUALLY = "338"
RPL_INVITING = "341"
RPL_SUMMONING = "342"
RPL_INVITELIST = "346"
@ -158,6 +159,7 @@ const (
ERR_USERSDONTMATCH = "502"
ERR_HELPNOTFOUND = "524"
ERR_CANNOTSENDRP = "573"
RPL_WHOISSECURE = "671"
RPL_HELPSTART = "704"
RPL_HELPTXT = "705"
RPL_ENDOFHELP = "706"