From a5eb215b5b3c39329ead399bc1fb25d0b0086c84 Mon Sep 17 00:00:00 2001 From: jomo Date: Mon, 21 Jul 2014 02:35:06 +0200 Subject: [PATCH] use &-colors for motd on first load --- motd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motd.py b/motd.py index e6a6ae1..36f64e1 100644 --- a/motd.py +++ b/motd.py @@ -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):