mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 19:24:53 +08:00
deprecated ip186 (and command /ip /whois)
This commit is contained in:
parent
a07c0b1b18
commit
7e8e66fcbb
@ -5,7 +5,7 @@ MORNY_ARCHIVE_NAME = morny-coeur
|
|||||||
MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono
|
MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono
|
||||||
MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s
|
MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s
|
||||||
|
|
||||||
VERSION = 1.3.3
|
VERSION = 1.3.4-dev1
|
||||||
|
|
||||||
USE_DELTA = false
|
USE_DELTA = false
|
||||||
VERSION_DELTA =
|
VERSION_DELTA =
|
||||||
|
@ -31,6 +31,13 @@ class IP186Query (using coeur: MornyCoeur) {
|
|||||||
|
|
||||||
private def query (using event: Update, command: InputCommand): Unit = {
|
private def query (using event: Update, command: InputCommand): Unit = {
|
||||||
|
|
||||||
|
coeur.account exec SendMessage(
|
||||||
|
event.message.chat.id,
|
||||||
|
"🥺 This feature has been deprecated, due to the upstream service (https://ip.186526.xyz) has been gone for a long time."
|
||||||
|
).replyToMessageId(event.message.messageId)
|
||||||
|
|
||||||
|
return
|
||||||
|
|
||||||
val target: String|Null =
|
val target: String|Null =
|
||||||
if (command.args isEmpty)
|
if (command.args isEmpty)
|
||||||
if event.message.replyToMessage eq null then null else event.message.replyToMessage.text
|
if event.message.replyToMessage eq null then null else event.message.replyToMessage.text
|
||||||
|
Loading…
Reference in New Issue
Block a user