Remove ERC: It's not maintained. Can be added to boards as a mod anyway

This commit is contained in:
Bryan Ashby 2018-06-23 18:17:15 -06:00
parent d1dd13ea99
commit 6d4b8abc9c
3 changed files with 0 additions and 235 deletions

View file

@ -1019,10 +1019,6 @@
value: { command: "R" }
action: @menu:mainMenuRumorz
}
{
value: { command: "CHAT"}
action: @menu:ercClient
}
{
value: { command: "BBS"}
action: @menu:bbsList
@ -1473,58 +1469,6 @@
}
}
ercClient: {
art: erc
module: erc_client
config: {
host: localhost
port: 5001
bbsTag: CHANGEME
}
form: {
0: {
mci: {
MT1: {
width: 79
height: 21
mode: preview
autoScroll: true
}
ET3: {
autoScale: false
width: 77
argName: inputArea
focus: true
submit: true
}
}
submit: {
*: [
{
value: { inputArea: null }
action: @method:inputAreaSubmit
}
]
}
actionKeys: [
{
keys: [ "tab" ]
}
{
keys: [ "up arrow" ]
action: @method:scrollDown
}
{
keys: [ "down arrow" ]
action: @method:scrollUp
}
]
}
}
}
bbsList: {
desc: Viewing BBS List
module: bbs_list