Skip to content

Add old GMCP Enabled Script #91

Open
@iLPdev

Description

@iLPdev

This is the XML for my old GMCP Enabled script. It's technically more accurate that what is in discMapper currently, because it only runs when the sysProtocolEnabled event fires and the protocol is, in fact, GMCP. I'm just too tired ATM to mess with it.

<Script isActive="no" isFolder="no">
	<name>dsGMCPEnabled</name>
	<packageName></packageName>
	<script>function dsGMCPEnabled(_, protocol)
		if protocol == "GMCP" then
		map.echo("  - GMCP Enabled")
	end
end</script>

<eventHandlerList>
	<string>sysProtocolEnabled</string>
</eventHandlerList>

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestsomeday maybePossible features and possible projects

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions