MUDBRINGER
Menu

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:

  1. /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:

  1. /chat
  2. /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:

  1. /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:

  1. /chatgroup healers needs mana!
  2. /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:

  1. /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:

  1. /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:

  1. /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:

  1. /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:

  1. /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:

  1. /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:

  1. /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:

  1. /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:

  1. /emotegroup healers prays.
  2. /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:

  1. /unchat Valeskor
  2. /unchat 1

See Also:

call