MegaHAL: Don't prefix answers with the nick.

Issue S-fr#2
This commit is contained in:
Valentin Lorentz 2010-10-26 09:02:41 +02:00
parent cd025be24a
commit ff24c559a7

View File

@ -104,7 +104,7 @@ class MegaHAL(callbacks.Plugin):
response = megahal.doreply(msg) response = megahal.doreply(msg)
if self._translations.has_key(response): if self._translations.has_key(response):
response = self._translations[response] response = self._translations[response]
reply(response) reply(response, prefixNick=False)
else: else:
megahal.learn(msg) megahal.learn(msg)