mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
MegaHAL: Don't prefix answers with the nick.
Issue S-fr#2
This commit is contained in:
parent
cd025be24a
commit
ff24c559a7
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user