Blockland Forums > Modification Help
RTB Development
Ephialtes:
What kind of usage case are you looking at? Would it only need to communicate to a chat room owned by the same ID as the server?
Chrono:
--- Quote from: Ephialtes on June 15, 2011, 10:20:54 AM ---What kind of usage case are you looking at?
--- End quote ---
The mod will be putting up information in the chat room for the users that aren't currently on the server.
--- Quote from: Ephialtes on June 15, 2011, 10:20:54 AM ---Would it only need to communicate to a chat room owned by the same ID as the server?
--- End quote ---
Yes.
Ephialtes:
It'd require some hefty server/client changes to implement, especially for dedicated servers which can't piggyback off the client code that works closely with guis. It sounds like a cool idea so I'll definitely look into it down the line.
MegaScientifical:
TBM did something like that with IRC. It was some simple code where your IRC was named after the server and names were put at the start of messages to tell apart. Of course, since we're moving off IRC to a more localized system, this won't work, but i'm just mentioning a similar case within Blockland's history.
DontCare4Free:
--- Quote from: Ephialtes on June 17, 2011, 09:50:32 PM ---It'd require some hefty server/client changes to implement, especially for dedicated servers which can't piggyback off the client code that works closely with guis. It sounds like a cool idea so I'll definitely look into it down the line.
--- End quote ---
Events, yes?