mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
add paja alert
This commit is contained in:
parent
d45649af98
commit
4e563797b0
|
@ -22,9 +22,10 @@ func PrivateMessage(message twitch.PrivateMessage, nb *bot.Bot) {
|
|||
return
|
||||
}
|
||||
|
||||
if message.Channel == "nourybot" && message.Message == "pajaS 🚨 ALERT" && message.User.Name == "nouryqt" {
|
||||
// Thing for #pajlada
|
||||
if message.Channel == "pajlada" && message.Message == "pajaS 🚨 ALERT" && message.User.Name == "pajbot" && message.Action {
|
||||
log.Info(message.Message)
|
||||
nb.SkipChecking("nourybot", "XD test")
|
||||
nb.SkipChecking("pajlada", "/me PAJAS 🚨 pajaAAAAAAAAAAA")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue