forked from kate/uniborg
headpat: ignore forwards
This commit is contained in:
parent
a851b5193e
commit
b23be7d013
|
@ -19,6 +19,9 @@ oops = "OOPSIE WOOPSIE!! Uwu We madea fucky wucky!! A wittle fucko boingo! " \
|
|||
|
||||
@borg.on(events.NewMessage)
|
||||
async def on_pat(event):
|
||||
if event.forward:
|
||||
return
|
||||
|
||||
user = borg.me.username
|
||||
|
||||
if not user or not re.match(fr"(?i)/headpat@{user}", event.raw_text):
|
||||
|
|
Loading…
Reference in New Issue