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),
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