Update README.md

pull/1/head
AardCrowley 4 years ago
parent cd70b997ae
commit c55214d08c

@ -65,7 +65,7 @@ function OnPluginBroadcast(msg, id, name, text)
if gmcp('comm.channel.chan') == "tell" then if gmcp('comm.channel.chan') == "tell" then
cmsg, player = strip_colours(gmcp('comm.channel.msg')), gmcp('comm.channel.player') cmsg, player = strip_colours(gmcp('comm.channel.msg')), gmcp('comm.channel.player')
if not player ~= gmcp("char.base.name") then if player ~= gmcp("char.base.name") then
msg = string.format(alertFormat, url.escape(cmsg)) msg = string.format(alertFormat, url.escape(cmsg))
pageRequest(msg, "HTTPS") pageRequest(msg, "HTTPS")
end end

Loading…
Cancel
Save