Added arn to the main repository
This commit is contained in:
7
arn/NickToUser.go
Normal file
7
arn/NickToUser.go
Normal file
@ -0,0 +1,7 @@
|
||||
package arn
|
||||
|
||||
// NickToUser stores the user ID by nickname.
|
||||
type NickToUser struct {
|
||||
Nick string `json:"nick"`
|
||||
UserID UserID `json:"userId"`
|
||||
}
|
Reference in New Issue
Block a user