iLPdev / iLPdev/discMapper

Add old GMCP Enabled Script

Open
#91 0 comments 0 reactions 1 assignee View on GitHub

@iLPdev is already working on this.

Since Jul 20, 2020.

enhancement someday maybe
Dominant language
Lua
Stars
8
Forks
5
PR merge metrics
No merged PRs in 30d

Description

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.

```

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

sysProtocolEnabled

```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.