Add /away
This commit is contained in:
parent
ed9a1c3216
commit
ccb0149b3d
6 changed files with 29 additions and 5 deletions
|
@ -106,6 +106,11 @@ type WhoisReply struct {
|
|||
Channels []string `json:"channels"`
|
||||
}
|
||||
|
||||
type Away struct {
|
||||
Server string `json:"server"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
type Error struct {
|
||||
Server string `json:"server"`
|
||||
Message string `json:"message"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue