forked from External/ergo
initial UBAN implementation
This commit is contained in:
parent
64bc363cf1
commit
bb5276553d
14 changed files with 598 additions and 44 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue