cha 尊嘟假嘟 from full-match to endswith match

This commit is contained in:
A.C.Sukazyo Eyre 2023-10-11 15:32:45 +08:00
parent 0898d08fa7
commit 51d0f2a75b
Signed by: Eyre_S
GPG Key ID: C17CE40291207874
2 changed files with 5 additions and 4 deletions

View File

@ -5,7 +5,7 @@ MORNY_ARCHIVE_NAME = morny-coeur
MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono
MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s
VERSION = 1.1.1-alpha2
VERSION = 1.1.1-alpha3
USE_DELTA = false
VERSION_DELTA =

View File

@ -4,7 +4,7 @@ import cc.sukazyo.cono.morny.MornyCoeur
import cc.sukazyo.cono.morny.bot.api.EventListener
import cc.sukazyo.cono.morny.util.tgapi.TelegramExtensions.Bot.exec
import com.pengrad.telegrambot.model.Update
import com.pengrad.telegrambot.request.{AbstractSendRequest, SendMessage}
import com.pengrad.telegrambot.request.SendMessage
import com.pengrad.telegrambot.response.SendResponse
import scala.language.postfixOps
@ -47,13 +47,14 @@ class OnUserRandom (using coeur: MornyCoeur) {
//noinspection NonAsciiCharacters
object 尊嘟假嘟 extends EventListener {
private val keywords = Array("尊嘟假嘟", "O.o", "o.O")
private val word_pattern = "^([\\w\\W]*)?(?:尊嘟假嘟|(?:O\\.o|o\\.O))$"r
override def onMessage (using event: Update): Boolean = {
if event.message.text == null then return false
if !(keywords contains event.message.text) then return false
if word_pattern matches event.message.text then {}
else return false
import cc.sukazyo.cono.morny.util.UseRandom.rand_half
coeur.account exec SendMessage(