Use the command register username password
to register a new user on the platform.
Use login username password
to login as an existing user. Note that only one user can be logged in during a session.
Use logout username password
to logout of the session.
Use create-server server_name username
to create a server. username
gains admin privileges to the server.
Use add-channel channel_name channel_type server_name user_name
to add a new channel to a server. The channel type can be general or announcement.
Use join-server user_name server_name
to join a server, (or essentially add user_name
to server_name
).
Use send-message sender_name server_name channel_name message
to send a message in the channel_name
channel of server_name
.
Use show-message server_name
to display all the messages in server_name
.
Use dm-message sender_name recipient_name message
to send a message from sender_name
to recipient_name
.
Use show-dms sender_name recipient_name
to show the message history between the two parties.