mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
parent
042daf90c9
commit
7e016a0eb2
@ -120,10 +120,6 @@ 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