Add /raw command
This commit is contained in:
parent
d51b5a35fd
commit
b50a4a1068
6 changed files with 46 additions and 11 deletions
|
@ -115,6 +115,11 @@ type Away struct {
|
|||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
type Raw struct {
|
||||
Server string `json:"server"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
type SearchRequest struct {
|
||||
Server string `json:"server"`
|
||||
Channel string `json:"channel"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue