chat room monitor tool

This commit is contained in:
Zlatin Balevsky
2019-11-26 09:43:53 +00:00
parent 57d5b5f386
commit 5831b06842
6 changed files with 145 additions and 0 deletions

View File

@@ -121,4 +121,9 @@ mvcGroups {
view = 'com.muwire.gui.ChatRoomView'
controller = 'com.muwire.gui.ChatRoomController'
}
'chat-monitor' {
model = 'com.muwire.gui.ChatMonitorModel'
view = 'com.muwire.gui.ChatMonitorView'
controller = 'com.muwire.gui.ChatMonitorController'
}
}