X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/40afb444ff58289700baa1eb07f3f92d4731436d..e005c191842ccab0e9600a2221616f434ad0afc7:/hotline/client.go?ds=sidebyside diff --git a/hotline/client.go b/hotline/client.go index 076cdba..84126d3 100644 --- a/hotline/client.go +++ b/hotline/client.go @@ -21,7 +21,7 @@ import ( const ( trackerListPage = "trackerList" - serverUIPage = "serverUI" + serverUIPage = "serverUI" ) //go:embed banners/*.txt @@ -82,6 +82,7 @@ type Client struct { UserList []User Logger *zap.SugaredLogger activeTasks map[uint32]*Transaction + serverName string pref *ClientPrefs