adc: initial handshake
--HG-- branch : adc
This commit is contained in:
parent
23e107f758
commit
f5e516fe01
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user