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."""
|
"""Process sed command."""
|
||||||
try:
|
try:
|
||||||
text = msg["body"]
|
text = msg["body"]
|
||||||
if not sed_cmd.match(text):
|
if not sed_cmd.search(text):
|
||||||
self.messages[sender]["messages"].add(text)
|
self.messages[sender]["messages"].add(text)
|
||||||
return
|
return
|
||||||
sed_args = sed_parse.split(text)
|
sed_args = sed_parse.split(text)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue