Updated Epic Group Counter

Contrast_Picker
Arcidayne 9 years ago
parent c1e2e91423
commit c65a71935e

@ -186,6 +186,16 @@ Send("echo")</send>
end
</send>
</alias>
<alias
match="^grreload$"
enabled="y"
group="Epic_Not_Here"
regexp="y"
send_to="12"
sequence="100"
>
<send>DoAfterSpecial(2, "ReloadPlugin(GetPluginID ())", 12)</send>
</alias>
</aliases>
<!-- Plugin help -->
@ -249,7 +259,8 @@ function UpdatePlugin()
local file = io.open(plugin_file, "w")
file:write(page)
file:close()
DoAfterSpecial(1, "ReloadPlugin(GetPluginID())", 12)
ColourNote("white", "blue", "Testing")
Execute("grreload")
end
raw_version = nil

Loading…
Cancel
Save