mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
724 B
JSON
19 lines
724 B
JSON
{
|
|
"name": "Synchronet-BBS",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Synchronet Multinode BBS Software - Open source BBS that works on the DOS, Windows, or OS/2 operating system and supports multiple simultaneous users with hierarchical message and file areas, multi-user chat, and the ever-popular BBS door games.",
|
|
"website": "http://www.synchro.net/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^Synchronet BBS)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Synchronet BBS for .+ Version ([^\\s]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|