don't have megahal learn internal commands
This commit is contained in:
parent
9ed1586783
commit
0ff44e1a47
|
@ -69,7 +69,8 @@ class MegaHAL(Module):
|
|||
reply = self.megahal.get_reply(line)
|
||||
elif re.search('^megahal$', line, re.IGNORECASE) is not None:
|
||||
reply = self.megahal.get_reply_nolearn('')
|
||||
else:
|
||||
elif replypath is not None:
|
||||
# only learn if the command is not an internal one
|
||||
self.megahal.learn(line)
|
||||
|
||||
self.megahal.sync()
|
||||
|
|
Loading…
Reference in New Issue