Add /away

This commit is contained in:
khlieng 2015-02-21 13:06:05 +01:00
parent ed9a1c3216
commit ccb0149b3d
6 changed files with 29 additions and 5 deletions

View file

@ -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"`