Revert and clean

This commit is contained in:
Gregory Rudolph
2019-10-08 09:58:49 -04:00
parent 32f7607694
commit cf97bdfd14

View File

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