mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
hostname debug
This commit is contained in:
parent
5ce03ca50f
commit
042daf90c9
@ -120,6 +120,10 @@ async def handle_operator_message(message: types.Message, super_chat_id: int, bo
|
||||
"""Оператор написал что-то, нужно переслать сообщение обратно пользователю, или забанить его и т.д."""
|
||||
if message.reply_to_message:
|
||||
|
||||
if message.text == "/host":
|
||||
from socket import gethostname
|
||||
return SendMessage(chat_id=message.chat.id, text=gethostname())
|
||||
|
||||
if not message.reply_to_message.from_user.is_bot:
|
||||
return # нас интересуют только ответы на сообщения бота
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user