|
|
(5 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| == Getting Started == | | == Getting Started == |
| | | |
− | ; Start Chating : Go to the [http://www.expressobeans.com/chat/ EB Chat Page]. If you are logged into EB, you will automatically be assigned you EB user id. | + | ; Start Chating : Go to the [http://www.expressobeans.com/chat/ EB Chat Page]. If you are logged into EB, you will automatically be assigned your EB user id. |
− | | + | |
− | == Entering/Quiting Room ==
| + | |
− | | + | |
− | ; Entering Room : Log in first as user or guest, and wait until all rooms list loaded. Move your mouse over rooms and you will see them be highlighted one by one. Stop when you find a room you want to chat in. Click to enter. Every room has user limit. If a room is full for the time being, you will be told to come around later. When you enter a room, a default host (robot) of system may notify all that you have come in.
| + | |
− | | + | |
− | ; Quiting Room : When you finish chatting, or when you want to quit one room to enter another room, you can click the top button "exit room" to quit current room. If you choose closing browser, you will close this chat client for all. If you just click "quit", you will return to the room list and you can enter another room.
| + | |
| | | |
| == Chatting == | | == Chatting == |
Line 18: |
Line 12: |
| | | |
| ; Interval between two utterances : Please wait a while before sending another message. This pause is for preventing flooding on screen. This value is defined by administrator and the default value is one second. | | ; Interval between two utterances : Please wait a while before sending another message. This pause is for preventing flooding on screen. This value is defined by administrator and the default value is one second. |
− |
| |
− | ; Change Nickname : After logged in, your name will appear at the middle-top behind a small figure icon. If the icon is not clickable, that means admin has disabled "change nickname" function. If there's a small arrow behind the icon , click the icon to activate a "change nickname" panel. Enter any nickname you prefer. If this name is taken, please enter another nickname. Nickname is different from username. Username is the name you entered when registering, you'd better remember it with your password. Nickname is the display name you used to chat, it's more flexible. For example, you can set it to be "someone- having lunch now".
| |
− |
| |
− | ; Ignore : If there is any repulsive chatter in the room, simply select his username in the user-list and click "Ignore" from the popup menu. From then on, every message the chatter posts to you, whether private or public, will not appear on your screen. When you changed your mind, you can re-select this user and "Cancel ignore" to give this user the second chance to talk to you. If you continued to post message to someone but got no response, you probably is ignored by him or her, that means you'd better watch out your behaviour or words.
| |
− |
| |
− | ; 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 == | | == IRC Commands == |
Line 31: |
Line 19: |
| | | |
| ; /help : Shows a list of IRC commands. | | ; /help : Shows a list of IRC commands. |
| + | ; /? : Same as /help. |
| | | |
| === User Commands === | | === User Commands === |
Line 69: |
Line 58: |
| ; /version : Shows which version of the chat you are using. | | ; /version : Shows which version of the chat you are using. |
| ; /welcome : Same as /topic. | | ; /welcome : Same as /topic. |
| + | |
| + | === Moderator Commands === |
| + | |
| + | ==== General ==== |
| + | ; /kick <user> |
| + | ; /boot <user> |
| + | ; /ban <user> |
| + | ; /banip <user> |
| + | ; /gagX <user> |
| + | ; /ungag <user> |
| + | ; /broadcast <message> |
| + | ; /alert <user> <message> |
| + | ; /roomalert <message> |
| + | ; /chatalert <message> |
| + | ; /showbans |
| + | ; /unban <user> |
| + | ; /reban <user> |
| + | ; /reban @ |
| + | ; /rooms |
| + | ; /who <user> |
| + | ; /whois <user> |
| + | ; /names |
| + | ; /kickout <user> |
| + | ; /kickout @ |
| + | ; /kickroom |
| + | ; /move <user> |
| + | ; /status |
| + | ; /motd |
| + | ; /motd @ |
| + | ; /motd [new message] |
| + | ==== Help ==== |
| + | ; /helpall : show all the help, not just the moderator help |
| + | ; /?all : same as /helpall |
| + | ==== Bots ==== |
| + | ; /addbot <botname> : Adds a new bot |
| + | ; /startbot <botname> : Starts a bot |
| + | ; /killbot <botname> : Kills a bot |
| + | ; /showbots : Shows all bots |
| + | ; /teach <botname> "phrase" => "response" : Adds a bot response. |
| + | ; /unteach <botname> "phrase" => "response" : Removes a bot response. |