How do I kick/ban people from a chat using OINC?
Also how would I go about sending PM's?
Printable View
How do I kick/ban people from a chat using OINC?
Also how would I go about sending PM's?
You'll have to program that yourself in POINC
How?
1) Learn Phyton
2) Get Poinc
3) ???
4) profit
Or you could do it through MMF and OINC..?
Nope, because the server with OINC within MMF2 can currently only start hosting a server, and close the server. That is all, no sending messages or disconnected clients.Quote:
Originally Posted by Asholay
POINC is the way to go.
I've made a full working lobby system - with kicking of players - using just MMF and logging on to oinc.darkkiller.dk?
A small example for Game_Master should be made, so there won't be a tit-for-tat back and forth on this topic.
Marv
Small example:
In the code, have text message "kick" received on subchannel 1: disconnect from OINC, or disconnect from channel, or whatever.
Then allow those "hosting" a game to kick players by sending message "kick" on subchannel 1..?
It works perfectly for me?
Yes, I had that idea also. But, unfortunatly, if you do that all peers will be disconnected as when the message is recieved, there is no way of selecting a peer to be disconnected. Remember that all peers recieve the message and will therefore be disconnected. Please correct me if I am wrong.