Update RNameToGMCP.xml

updated the room_id label to make it clickable and run to the room when clicked
pull/4/head
aard-aoric 3 years ago committed by GitHub
parent 0fa3e70f70
commit a37e9c0123
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),
RGBColourToName (v.backcolour),
v.text)
break;
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("")
end
end
@ -62,4 +67,4 @@ end
</muclient>

Loading…
Cancel
Save