parent
3396bee27d
commit
c1cf772171
1 changed files with 369 additions and 369 deletions
2
main.py
2
main.py
|
|
@ -218,7 +218,7 @@ class AngelBot(ClientXMPP):
|
|||
"""Process sed command."""
|
||||
try:
|
||||
text = msg["body"]
|
||||
if not sed_cmd.match(text):
|
||||
if not sed_cmd.search(text):
|
||||
self.messages[sender]["messages"].add(text)
|
||||
return
|
||||
sed_args = sed_parse.split(text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue