Merge pull request #4 from aard-aoric/patch-1

Clickable RNames
master
AardCrowley 3 years ago committed by GitHub
commit 57f6f7c924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,9 +50,14 @@ function OnPluginBroadcast(msg, id, name, text)
ColourTell (RGBColourToName (v.textcolour), ColourTell (RGBColourToName (v.textcolour),
RGBColourToName (v.backcolour), RGBColourToName (v.backcolour),
v.text) v.text)
break;
end end
end end
ColourTell("white", "", " (" .. gmcp("room.info.num") .. ")") -- ColourTell("white", "", " (" .. gmcp("room.info.num") .. ")")
Hyperlink ("mapper goto " .. gmcp("room.info.num"),
"(" .. gmcp("room.info.num") .. ")",
"",
"white", "black", 0)
Note("") Note("")
end end
end end

Loading…
Cancel
Save