Archived
1

Wiper for Bastion

This commit is contained in:
2017-11-29 19:11:52 +04:00
parent 0aa26c1cfa
commit c65dad7727
3 changed files with 33 additions and 0 deletions

View File

@@ -28,4 +28,5 @@ type SquaderInterface interface {
ProcessMessage(update *tgbotapi.Update, chatRaw *dbmapping.Chat) string
ProtectBastion(update *tgbotapi.Update, newUser *tgbotapi.User) string
FilterBastion(update *tgbotapi.Update) string
}