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 …')
 
m (Conversion script moved page Chat to chat: Converting page titles to lowercase)
 
(2 intermediate revisions by 2 users not shown)
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 40: Line 40:
  
 
:<public flag>
 
:<public flag>
::- a boolean value. Specify either 1 to make a public chat room, or 0 to make a private one.  
+
::- a [[References#boolean_flag|boolean]] value. Specify either 1 to make a public chat room, or 0 to make a private one.  
  
 
::<password>
 
::<password>
Line 60: Line 60:
  
 
:<public flag>
 
:<public flag>
::- a boolean value. Specify either 1 to make a public chat room, or 0 to make a private one.  
+
::- a [[References#boolean_flag|boolean]] value. Specify either 1 to make a public chat room, or 0 to make a private one.  
  
 
:<password>
 
:<password>
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]]

Latest revision as of 22:35, 26 April 2021

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.