mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
add a way to send a message without checking banphrases
This commit is contained in:
parent
e901bcef85
commit
377b4f710a
1 changed files with 4 additions and 1 deletions
|
@ -51,5 +51,8 @@ func (b *Bot) Send(target, text string) {
|
||||||
b.TwitchClient.Say(target, text)
|
b.TwitchClient.Say(target, text)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (b *Bot) SkipChecking(target, text string) {
|
||||||
|
b.TwitchClient.Say(target, text)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue