forked from External/ergo
client: Show real IP and whether the target's using TLS in WHOIS
This commit is contained in:
parent
1c0c4841a1
commit
23a26f83fe
3 changed files with 17 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue