Closed YannickSauer closed 8 years ago
Since func SendGroupMessage expects Hexid and not name the recipient to should be Hexidnot name.
func SendGroupMessage
Hexid
name
to
Looks like there's a similar change to be made 30 lines later?
Yes, just tested echo mode which did not work with Group messages.
Included a modified version.
Since
func SendGroupMessage
expectsHexid
and notname
the recipientto
should beHexid
notname
.