Chat & MMCP
call
Syntax
/call <ip> [port]
Use Case:
Initiates an MMCP chat connection to another user.
Arguments:
- ** : The IP address or domain.
- **: (Optional) Port (defaults to 4050).
Examples:
- /call 127.0.0.1 4050
See Also:
unchat, chatserve
chat
Syntax
/chat [<person|#>] [<message>]
Use Case:
Used to list active connections or send a private message to a peer.
Arguments:
- (None) : Lists all connections.
- **: Send message to this peer.
Examples:
- /chat
- /chat Valeskor hello there!
See Also:
chatall, chatgroup
chatall
Syntax
/chatall <message>
Use Case:
Broadcasts a message to every currently connected chat peer.
Arguments:
- **: The text to send.
Examples:
- /chatall Hello everyone!
See Also:
chat, chatgroup
chatgroup
Syntax
/chatgroup <group> <message>
Use Case:
Sends a message to all peers belonging to a specific chat group. Alias: /cg.
Arguments:
- ** : The chat group name.
- **: The text to send.
Examples:
- /chatgroup healers needs mana!
- /cg tanks pull now!
See Also:
chatall, chatgroupset
chatgroupremove
Syntax
/chatgroupremove <person|#>
Use Case:
Removes a peer from all assigned chat groups.
Arguments:
- **: Peer name or index.
Examples:
- /chatgroupremove Valeskor
See Also:
chatgroupset
chatgroupset
Syntax
/chatgroupset <person|#> <group>
Use Case:
Assigns a chat peer to a specific group.
Arguments:
- **: Peer name or index.
- ** : Group name.
Examples:
- /chatgroupset Valeskor healers
See Also:
chatgroup, chatgroupremove
chatignore
Syntax
/chatignore <person|#>
Use Case:
Toggles ignoring a chat peer. While ignored, their messages will not be displayed.
Arguments:
- **: Peer name or index.
Examples:
- /chatignore Spammer
See Also:
unchat
chatname
Syntax
/chatname <name>
Use Case:
Sets your local chat handle that others will see when you connect to them.
Arguments:
- **: Your desired chat name.
Examples:
- /chatname Aidan
See Also:
chatserve
chatping
Syntax
/chatping <person|#>
Use Case:
Sends an MMCP ping request to a peer to measure latency.
Arguments:
- **: Peer name or index.
Examples:
- /chatping Valeskor
See Also:
chat
chatserve
Syntax
/chatserve <on|off>
Use Case:
Starts or stops the MMCP Chat Server. When ON, other MudBringer or MudMaster users can connect to you.
Arguments:
- |off**: Enable or disable the server.
Examples:
- /chatserve on
See Also:
call, chatname
emote
Syntax
/emote <person|#> <message>
Use Case:
Sends a private emote (action) to a specific peer.
Arguments:
- **: Peer name or index.
- **: The action text.
Examples:
- /emote Valeskor waves hello.
See Also:
emoteall, emotegroup
emoteall
Syntax
/emoteall <message>
Use Case:
Broadcasts an emote to all connected peers.
Arguments:
- **: The action text.
Examples:
- /emoteall smiles warmly.
See Also:
emote, emotegroup
emotegroup
Syntax
/emotegroup <group> <message>
Use Case:
Sends an emote to a specific chat group. Alias: /eg.
Arguments:
- ** : The group name.
- **: The action text.
Examples:
- /emotegroup healers prays.
- /eg tanks ready.
See Also:
emoteall, emote
unchat
Syntax
/unchat <person|#>
Use Case:
Disconnects from a specific chat peer.
Arguments:
- **: Peer name or numeric index.
Examples:
- /unchat Valeskor
- /unchat 1
See Also:
call