You can access most chat functions by using special text commands that begin with the "/" symbol.
This should be enabled in settings.
All text commands consist of a command and optional arguments, divided by a single space. The following list defines all text commands with all possible arguments. Argument descriptions and required punctuation symbols are enclosed in angled brackets.
/join <space><channel>
Joins the channel with the specified name if it exists; otherwise creates a new one.
/leave
Exits the active channel.
/leave <space><channel name>
Exits the channel with the specified name.
/away
Sets your status to 'away' with a default away message.
/away <space><away reason text>
Sets your status to 'away' with a specified away message.
/back
Removes your 'away' status.
/op <space><user name>
Grants operator privileges on the active channel to the specified user.
/deop <space><user name>
Removes operator privileges on the active channel from the specified user.
/mute <space><user name>
Sets status to 'mute' on the active channel for the specified user.
/unmute <space><user name>
Removes 'mute' status on the active channel for the specified user.
/query <space><user name>
Opens a private channel for the specified user.
/userinfo <space><user name>
Retrieves information on the specified user.
/me <space><message text>
Lets you display a text message 'as is' with the user name added as the first word.
/nick <space><new nickname>
Changes the current nickname to a specified new one.
/help
Displays a list of all text commands.
/help <space><text command name>
Shows the detailed help for the specified text command.