Archived
use &-colors for motd on first load
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user