mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-20 02:45:17 +01:00
Refactor servers
This commit is contained in:
@@ -27,7 +27,7 @@ func makeSignInFailureResp(respID RespID) []byte {
|
||||
return bf.Data()
|
||||
}
|
||||
|
||||
func makeSignInResp(username string) []byte {
|
||||
func (session *Session) makeSignInResp(username string) []byte {
|
||||
bf := byteframe.NewByteFrame()
|
||||
|
||||
// delete me:
|
||||
|
||||
Reference in New Issue
Block a user