Browse Source

Revert and clean

pull/1/head
Gregory Rudolph 5 years ago
parent
commit
cf97bdfd14
  1. 4
      tcmdAutoReact.go

4
tcmdAutoReact.go

@ -22,8 +22,6 @@ func tcmdAutoReact(m keybase.ChatAPI) { @@ -22,8 +22,6 @@ func tcmdAutoReact(m keybase.ChatAPI) {
msgID := m.Msg.ID
channel := m.Msg.Channel
chat := k.NewChat(channel)
if m.Msg.Sender.Username == "majortrips" {
chat.React(msgID, ":+1:")
chat.React(msgID, ":+1:")
}
}

Loading…
Cancel
Save