From a8969916576cb53c5beaa29b60cbfbdefe877d40 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Tue, 18 Aug 2015 11:55:43 -0700 Subject: [PATCH] Even comments need matching spans for Travis to pass. --- code/modules/admin/verbs/adminpm.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/adminpm.dm b/code/modules/admin/verbs/adminpm.dm index ca2fd11f9c..61050526d5 100644 --- a/code/modules/admin/verbs/adminpm.dm +++ b/code/modules/admin/verbs/adminpm.dm @@ -133,7 +133,7 @@ // Handled on Bot32's end, unsure about other bots // if(length(msg) > 400) // TODO: if message length is over 400, divide it up into seperate messages, the message length restriction is based on IRC limitations. Probably easier to do this on the bots ends. // src << "Your message was not sent because it was more then 400 characters find your message below for ease of copy/pasting" -// src << "\blue [msg]" +// src << "[msg]" // return send2adminirc("PlayerPM to [sender] from [key_name(src)]: [html_decode(msg)]")