badben
Visitor
|
Re:Forcing Clients into Rooms - 2008/09/17 22:55
Hey,
Can we use the method registerAction with "roomAddClient" in my own module
like
| Code: |
self.server.registerAction('onStartup',self.name)
self.server.registerAction('isAuthorized',self.name)
self.server.registerAction('roomAddClient',self.name)
|
Else i have to modify the source code of palabre (roomPalabre.py)
I just want to add a new property : room.maxClients
And check this property when a client join a room
In order to force client to stay into a room.
|