(self)
| 724 | self.userlist.currentUser.username = "Anonymous" + str(random_number) # Not localised as this would give away locale |
| 725 | |
| 726 | def getUsername(self): |
| 727 | return self.userlist.currentUser.username |
| 728 | |
| 729 | def chatIsEnabled(self): |
| 730 | return True |
no outgoing calls
no test coverage detected