(self, newState)
| 1726 | self.__ui.showMessage(message, noTimestamp=noTimestamp, isMotd=isMotd) |
| 1727 | |
| 1728 | def updateAutoPlayState(self, newState): |
| 1729 | self.__ui.updateAutoPlayState(newState) |
| 1730 | |
| 1731 | def showUserList(self, currentUser, rooms): |
| 1732 | self.__ui.showUserList(currentUser, rooms) |