Difference between revisions of "Channel System"

From JellyRO Wiki
Jump to: navigation, search
(Created page with "The '''Channel System''' is a replacement for the old ''@main'' global dialogue system. == Channel Commands == :Join a Channel ::Simple: @join <#channel_name> ::Password-p...")
 
(Channel Commands)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
== Channel Commands ==
 
== Channel Commands ==
  
:Join a Channel
+
:'''Join a Channel'''
::Simple:
+
 
   @join <#channel_name>
 
   @join <#channel_name>
::Password-protected rooms:
+
:'''List public channels'''
  @join <#channel_name> <password>
+
:Create a Channel
+
  @channel create <#channel_name> <password>
+
:List public channels
+
 
   @channel list
 
   @channel list
:Change a channel's color (requires to be owner of said channel)
+
:'''Leave a specific channel'''
  @channel setcolor
+
:Samples available colors and displays their keys/names
+
  @channel list colors
+
:Leave a specific channel
+
 
   @channel leave <#channel_name>
 
   @channel leave <#channel_name>
:Bind global chat to a specific channel, making everything you type be redirected to that channel
+
:'''Bind global chat to a specific channel, making everything you type be redirected to that channel'''
 
   @channel bindto <#channel_name>
 
   @channel bindto <#channel_name>
:Unbind your global chat from the current (if any) binded channel
+
:'''Unbind your global chat from the current (if any) binded channel'''
 
   @channel unbind
 
   @channel unbind
:Ban a specific character from a channel
 
  @channel ban <#channel name> <character name>
 
:List all banned characters from a channel
 
  @channel banlist <#channel name>
 
:Unbans a specific character from a channel
 
  @channel unban <#channel name> <character name>
 
:Changes a channel's options (for now, channel message delay and announce-when-someone-joins)
 
  @channel setopt <#channel name> <option name> <option value>
 
  
 
'''How to speak in a #channel'''
 
'''How to speak in a #channel'''
  
You can either bind a channel to your global chat (see @channel bindto above) or PM the channel you want to speak to, if you attempt to send a pm to a non-password protected channel that you have not joined, you'll autojoin.
+
You can either bind a channel to your global chat (see @channel bindto above) or PM the channel you want to speak to.
  
 
[[Category:General Information]]
 
[[Category:General Information]]

Latest revision as of 21:05, 2 August 2015

The Channel System is a replacement for the old @main global dialogue system.

Channel Commands

Join a Channel
 @join <#channel_name>
List public channels
 @channel list
Leave a specific channel
 @channel leave <#channel_name>
Bind global chat to a specific channel, making everything you type be redirected to that channel
 @channel bindto <#channel_name>
Unbind your global chat from the current (if any) binded channel
 @channel unbind

How to speak in a #channel

You can either bind a channel to your global chat (see @channel bindto above) or PM the channel you want to speak to.