|
|
Line 24: |
Line 24: |
| | | |
| ; Action New! : The "/me" command is used to describe an action. Your nickname will automatically be inserted and the text will appear differently than normal channel messages. This command can be used in chat lobby or private messages. For example: "/me waves goodbye." then it will display on the screen:"<someone> waves goodbye." The "/me" command has to be at the beginning of a sentence to be effective. | | ; Action New! : The "/me" command is used to describe an action. Your nickname will automatically be inserted and the text will appear differently than normal channel messages. This command can be used in chat lobby or private messages. For example: "/me waves goodbye." then it will display on the screen:"<someone> waves goodbye." The "/me" command has to be at the beginning of a sentence to be effective. |
| + | |
| + | == IRC Commands == |
| + | |
| + | === User Commands === |
| + | |
| + | ==== Announcing availability ==== |
| + | ; /away : Sets user as away. Typing this command again sets user as "here". |
| + | ; /here : Sets user as here. This reverses the "away" and "busy" states. |
| + | ; /busy : Sets user as busy. Typing this command again sets user as "here". |
| + | |
| + | ==== Managing messages ==== |
| + | ; /back <number> : Shows the last <number> of entries of the rooms chat. |
| + | ; /backtime <minutes> : Shows the last <minutes> of the rooms chat. |
| + | ; /clear : Clears the chat screen. This only affects your screen, not the screen of other users. |
| + | ; /me <action> : Issues an IRC-like "action" to the chat. |
| + | ; /msg <user> <message> : Initiates a PM with <user> and fills PM box with optional <message>. |
| + | ; /query <user> : Initiates a PM with <user> |
| + | |
| + | ==== Accessing rooms ==== |
| + | ; /join <room> : Switches the user to <room>. For example: "/join The Lounge" |
| + | ; /part : Logout of the chat. |
| + | ; /quit : Logout of the chat. |
| + | ; /logout : Logout of the chat. |
| + | |
| + | ==== Managing users ==== |
| + | ; /ignore <user> : Ignores PMs from <user>. |
| + | ; /invite <user> : Invites <user> to the room that you are currently in. |
| + | ; /names : Shows a list of all user names in all public rooms |
| + | ; /showignores : Shows a list of users ignored by you and which other users are ignoring you. |
| + | ; /sos <message> : Alerts moderator in current room or all moderators. <message> is optional. |
| + | ; /unignore <user> <message> : Removes your ignore of <user> : with optional <message> to user. |
| + | ; /who <user> : Profile page popup for <user>. If you are <user> login information is added. |
| + | ; /whois <user> : Profile page popup for <user> where <user> must be logged in to the chat. |
| + | ; /whowas <user> : Profile page popup for any registered <user>. |
| + | |
| + | ==== Other ==== |
| + | ; /motd : Displays the Message of the Day. |
| + | ; /topic : Shows the topic or welcome message for the room you are in, if any. |
| + | ; /version : Shows which version of the chat you are using. |
| + | ; /welcome : Same as /topic. |