Command:/bccmd

From the wonderful RedGuides Wiki

This command is added by MQ2EQBC

Syntax Key
Notation Description
Text without brackets or braces Required items
<Text inside angle brackets> Placeholder for which you must supply a value
[Text inside square brackets] Optional items
Vertical bar (|) Separator for mutually exclusive items; choose one
{Text | inside | braces} Set of required items; choose one
Ellipsis () Items that can be repeated
Syntax /bccmd [option] | toggle <option> | set <option> {on|off}
Description Meta control of the EQBC client, including connecting to the server, channels, help, status, and more.

Options

Option Description
connect [server] [port] [password] Defaults to server 127.0.0.1 and port 2112. Unless you have unique network settings or are connecting to another PC you shouldn't have to change these.
quit Disconnects from the server
forceconnect [server] [port] [password] This differs from connect in that it works while already connected to a server.
iniconnect [KeyName] Connect to a server by ini key name using information defined in your MQ2EQBC.ini file. Example:
;2100 would be the keyname
[2100]
Server=10.0.0.1
Port=2100
;2150 would be the keyname
[2150]
Server=10.0.0.1
Port=2150
Password=mypassword
help Shows a description of all commands and settings
status Displays whether connected or not as well as current settings
reconnect [on|off] Automatically connect at start. Also, will close the current connection and connect again
names Shows a list of clients (characters) connected to the server
version Shows plugin version
colordump Shows all available color codes
channels <channel list> Add channels to receive tells and commands from.
stopreconnect stop trying to reconnect for now
set <parameter> {on|off} | toggle <parameter>Valid parameters:autoconnect control compatmode window reconnectsecs localecho tellwatch guildwatch groupwatch fswatch silentcmd savebychar silentinccmd notifycontrol silentoutmsg echoall These parameters are covered on the plugin page, please refer to that page for more information.

Examples

Auto reconnect at the start of each session

/bccmd reconnect on

Sending commands to channels:

/bccmd channels chatchan, commands
/bct chatchan hey there guys
/bct commands //bct chatchan My zone: $\{Zone.ShortName}

See also