adc: initial handshake

--HG--
branch : adc
This commit is contained in:
mappu 2017-11-22 20:02:21 +13:00
parent 23e107f758
commit f5e516fe01
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ func NewAdcProtocol(hc *HubConnection) Protocol {
proto := AdcProtocol{}
proto.hc = hc
// TODO send stuff immediately
// Start logging in
hc.SayRaw("HSUP ADBASE ADTIGR\n")
return &proto
}