Support changing the nick by clicking it in MessageInput
This commit is contained in:
parent
4a74463ae8
commit
f174d98107
16 changed files with 335 additions and 134 deletions
|
@ -28,8 +28,12 @@ type Connect struct {
|
|||
|
||||
type Nick struct {
|
||||
Server string `json:"server"`
|
||||
Old string `json:"old"`
|
||||
New string `json:"new"`
|
||||
Old string `json:"oldNick"`
|
||||
New string `json:"newNick"`
|
||||
}
|
||||
|
||||
type NickFail struct {
|
||||
Server string `json:"server"`
|
||||
}
|
||||
|
||||
type Join struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue