Difference between revisions of "chat"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with ';chat list :Display a list of chat rooms in your immediate area. ---- ;chat join (<chat room #>) :<chat room #> ::- a corresponding number from the chat room list when you …')
 
Line 9: Line 9:
  
 
:<chat room #>
 
:<chat room #>
::- a corresponding number from the chat room list when you use the chat list command.  
+
::- a corresponding number from the chat room list when you use the '''chat list''' command.  
  
 
:Join the specified chat room.  
 
:Join the specified chat room.  
Line 74: Line 74:
  
 
:<chat user #>
 
:<chat user #>
::- a corresponding number from the chat room user list when you use the chat info command.  
+
::- a corresponding number from the chat room user list when you use the '''chat info''' command.  
  
 
:Bestow admin to the specified chat room user.  
 
:Bestow admin to the specified chat room user.  
Line 85: Line 85:
  
 
:<chat user #>
 
:<chat user #>
::- a corresponding number from the chat room user list when you use the chat info command.  
+
::- a corresponding number from the chat room user list when you use the '''chat info''' command.  
  
 
:Kick the specified chat room user.  
 
:Kick the specified chat room user.  
  
 
[[Category:Console Command]]
 
[[Category:Console Command]]

Revision as of 01:25, 8 April 2013

chat list
Display a list of chat rooms in your immediate area.




chat join (<chat room #>)
<chat room #>
- a corresponding number from the chat room list when you use the chat list command.
Join the specified chat room.




chat info
Display details about the chat room you're currently in, and the list of current chat room users.




chat leave
Leave the current chat room.




chat create (\"<title>\") [<limit> <public flag> <password>]
<title>
- the chat room title (normally, this must not be more than 36 characters long).
<limit>
- the maximum number of chat room users allowed (ranges from 2 to 20).
<public flag>
- a boolean value. Specify either 1 to make a public chat room, or 0 to make a private one.
<password>
- the chat room password (not less than 4 characters long).
Create a chat room.




chat modify (\"<title>\") [<limit> <public flag> <password>]
<title>
- the chat room title (normally, this must not be more than 36 characters long).
<limit>
- the maximum number of chat room users allowed (ranges from 2 to 20).
<public flag>
- a boolean value. Specify either 1 to make a public chat room, or 0 to make a private one.
<password>
- the chat room password (not less than 4 characters long).
Modify the current chat room.




chat bestow (<chat user #>)
<chat user #>
- a corresponding number from the chat room user list when you use the chat info command.
Bestow admin to the specified chat room user.




chat kick (<chat user #>)
<chat user #>
- a corresponding number from the chat room user list when you use the chat info command.
Kick the specified chat room user.