Skip to content
Snippets Groups Projects
Commit 35cfa7c0 authored by dg's avatar dg
Browse files

even more

git-svn-id: http://svn.net-core.org/repos/t-engine4@6272 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8d4fe378
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ function _M:event(e)
if profile.auth and profile.auth.name then
local tokens = e.msg:split(" ")
for i = 1, #tokens do
if tokens[i]:lower() == profile.auth.name:lower() then tokens[i] = "#YELLOW#"..tokens[i].."#LAST#" end
if tokens[i]:lower() == profile.auth.name:lower() then tokens[i] = "#YELLOW##{underline}#"..tokens[i].."#{normal}##LAST#" end
end
e.msg = table.concat(tokens, " ")
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment