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
1 changed files with 1 additions and 1 deletions

View File

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