Add old GMCP Enabled Script
Đang mở
enhancement
someday maybe
- Ngôn ngữ chính
- Lua
- Star
- 8
- Fork
- 5
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.