mirror of
https://github.com/statbate/shiny-potato.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
e9ff078dc2
commit
dad37ec59b
8 changed files with 217 additions and 257 deletions
|
|
@ -146,10 +146,6 @@ func startRoom(room, server, proxy string, u *url.URL, id string) {
|
|||
fmt.Println("user exiting")
|
||||
return
|
||||
}
|
||||
|
||||
if !strings.Contains(m.SubscriptionKey, "newChatMessage") {
|
||||
continue
|
||||
}
|
||||
|
||||
if m.Params.Message.Type == "tip" {
|
||||
fmt.Println(m.Params.Message.Userdata.Username, " send ", m.Params.Message.Details.Amount.Value(), "tokens")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue