-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task list #1
Comments
@yepidoodles |
Replace 'part' with 'leave', makes more sense, add a spy for mods, optional channel passwords (for donators) That's all I can think of for now |
we'll have pex handle that & Spy can be handled by DTE imo |
on second thought it might be best for sinked to handle the chat spy (I dont want to deal with abstracting the network messages because lazy) |
Some more thingsDue to the networking side of this mod I elected to not use a database for the channels aside from jsons I'm going to sync the channels across different nodes during the preinit phase (though doing so will be interesting... especially for channel updates...) |
GOALS
An easy to use chat plugin that is able to communicate between servers
Channel Commands
/sink channels
lists all channels that/sink create <channel>
creates a channel/sink delete <channel>
deletes a channel/sink join <channel>
join a channel/sink part <channel>
leave a channelChecklist
The text was updated successfully, but these errors were encountered: