Add function for faking blocks while pathing
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ class Commands:
|
||||
elif text == 'You are no longer AFK.':
|
||||
self.g.afk = False
|
||||
|
||||
match1 = re.match(r'<?(\w+)> (.*)', text)
|
||||
match1 = re.match(r'.*<(\w+)> (.*)', text)
|
||||
match2 = re.match(r'\[(\w+) -> me] (.*)', text)
|
||||
if match1:
|
||||
sender, text = match1.groups()
|
||||
|
||||
Reference in New Issue
Block a user