use &-colors for motd on first load

This commit is contained in:
jomo
2014-07-21 02:35:06 +02:00
parent 22cc16cc48
commit 85eff42481
+1 -1
View File
@@ -1,7 +1,7 @@
#pylint: disable = F0401 #pylint: disable = F0401
from helpers import * from helpers import *
motd = server.getMotd() motd = colorify(server.getMotd())
@hook.command("getmotd") @hook.command("getmotd")
def on_getmotd_command(sender, args): def on_getmotd_command(sender, args):