initial UBAN implementation

This commit is contained in:
Shivaram Lingamneni 2021-01-19 08:49:45 -05:00
parent 64bc363cf1
commit bb5276553d
14 changed files with 598 additions and 44 deletions

View file

@ -292,6 +292,9 @@ type WhoWas struct {
username string
hostname string
realname string
// technically not required for WHOWAS:
account string
accountName string
}
// ClientDetails is a standard set of details about a client
@ -300,8 +303,6 @@ type ClientDetails struct {
nickMask string
nickMaskCasefolded string
account string
accountName string
}
// RunClient sets up a new client and runs its goroutine.