use &-colors for motd on first load

This commit is contained in:
jomo
2014-07-21 02:35:06 +02:00
parent a9e0c621ec
commit a5eb215b5b

View File

@@ -1,7 +1,7 @@
#pylint: disable = F0401
from helpers import *
motd = server.getMotd()
motd = colorify(server.getMotd())
@hook.command("getmotd")
def on_getmotd_command(sender, args):