martinlindhe / eqbc-go

EQ Box Chat - re-implementation of eqbcs2.exe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EQ Box Chat. Private Chat Relay server for EQ bots

Re-implementation of eqbcs2 in golang for mq2 / PEQ-TGC

Tested with MQ2EQBC 15.0503, as distributed with the PEQ MQ2.

Improvements vs. stock eqbcs2.exe (peq mq2 build)

  • No upper limit on connected clients (eqbcs2.exe has a limit of 55 clients)

  • Log entries have timestamps

  • Colorized output

  • Docker ready

Batch re-connect

/multiline ; /bcaa //timed 5 /bccmd quit ; /bcaa //timed 10 /bccmd connect localhost 2112

About

EQ Box Chat - re-implementation of eqbcs2.exe

License:MIT License


Languages

Language:Go 96.6%Language:Dockerfile 3.4%