Added voice

This commit is contained in:
Jeroen Oudshoorn
2023-11-16 20:31:23 +01:00
parent 84c45af3c1
commit e66af08d25
2 changed files with 11 additions and 1 deletions

View File

@ -162,6 +162,9 @@ class Voice:
def on_uploading(self, to):
return self._("Uploading data to {to} ...").format(to=to)
def on_downloading(self, name):
return self._("Downloading from {name} ...").format(name=name)
def on_last_session_data(self, last_session):
status = self._('Kicked {num} stations\n').format(num=last_session.deauthed)
if last_session.associated > 999: