1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-11-28 21:39:53 +02:00

Integrate googles and wikis search systems, fix bugs

This commit is contained in:
dQz6tMwk8rJqvDR
2020-07-31 01:43:27 +03:00
parent fffe061d23
commit 87354aab8f
6 changed files with 152 additions and 72 deletions

View File

@@ -33,7 +33,7 @@ while True: # main loop
if online := set(config.names) & set(text.split(' ')):
voids = 0
cmd, params = Command.reg_find(text).values()
responce = cmd.start(text)
responce = cmd.start(params)
memory.insert(0, {
'text': text,
'cmd': cmd,