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)
|
reply = self.megahal.get_reply(line)
|
||||||
elif re.search('^megahal$', line, re.IGNORECASE) is not None:
|
elif re.search('^megahal$', line, re.IGNORECASE) is not None:
|
||||||
reply = self.megahal.get_reply_nolearn('')
|
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.learn(line)
|
||||||
|
|
||||||
self.megahal.sync()
|
self.megahal.sync()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user