![]() |
|
There's more than one way to do things | |
PerlMonks |
Chatterbox FAQby SiteDocClan (Initiate) |
on Nov 07, 2000 at 21:08 UTC ( #236794=sitefaqlet: print w/replies, xml ) | Need Help?? |
Chatterbox FAQ
A: The Chatterbox is a nodelet which appears on the right-hand side of your screen and allows you to "talk" publicly with other users in the monastery. It also allows you to exchange private messages to/from other users. It is the best place to go if you have a quick perl question which needs answering. A: Viewing the Chatterbox is available to anyone, even Anonymous Monks, but you must be logged in to PerlMonks to say anything. Create A New User. Q: How do I refresh the screen without posting something again? A: Hit the talk button again. Clicking the button without typing any message will not send anything, but the page will be updated. This method is better than the refresh button of your browser, because that might resend a chatter (or any other data) you've posted. A: Just type in the input box at the bottom of the Chatterbox and hit the talk button, and everything you type will appear after your name. Later, you can refresh the chatterbox by hitting the talk button without typing anything (see above) to see if others have replied anything. Q: Besides just talking, what else can I do? A: There are also some special commands you can use, all of which start with a slash. Warning: Typos, such as the infamous "/msh" will appear as if it was a normal string. (The slash commands are case-insensitive.) Q: What sort of things are discussed in the Chatterbox? A: Everything and anything!! Topics tend to lean towards perl (naturally). Unix and current events pop up often too, but in general, anything goes. Q: I can say anything? Is it moderated in any way? A: Individual messages are never censored or moderated in any way. Users, however, can be censored in two ways: Q: How do I make my code look nice? or why are my [ ]'s getting foobared?
A: To prevent [ and ] from being interpreted as surrounding links and your browser from interpreting a <b> as a bold tag, you should place those sorts of things within <c>...</c> tags (or the more verbose but completely synonymous <code>...</code> tags): Q: I came in late to a conversation. Is there any way to see older messages? A: We recommend last hour of cb. Q: How do I send a message to somebody with a space in their username? A: There are two methods: Q: Is the Chatterbox logged anywhere? A: The Chatterbox is not logged on PerlMonks. The intent is for the chatterbox to remain an ephemeral communication medium. PM's official policy is that the CB should not be logged -- with a couple classes of exceptions: Q: Are there any CB statistics anywhere? Who are the biggest talkers, for example? A: Not on here, but there's one off-site: It's a "bot" that silently reads the CB and calculates various statistics therefrom. Q: How many private messages (via /msg) can appear in the Chatterbox at one time? A: You decide. At the bottom of the Message Inbox is a text field which lets you choose how many private messages you want to see in the Chatterbox at once. Once you receive more than that, a small message will appear after your N-th message suggesting that you go to the Message Inbox page to see the rest of them. You can also archive messages, to let you read them later. Just click the box on the right marked "Archive", and then hit the "Submit" button. (See also Using the Message Inbox for more info on private messaging.) Q: What is that checkbox next to each private message in the Chatterbox nodelet? A: If, when you press talk, any of those checkboxes are checked, the corresponding messages will be deleted. This happens regardless of whether you have typed anything into the chatter box. Please see Using the Message Inbox for more info on private messaging. Q: How can I delete messages in the private messages section of the Chatterbox? A: Next to each private message is a checkbox; check the ones you want to delete, and then press the talk button. This will delete the selected messages. You can also submit a message to the messaging system at the same time, if you want. Please see Using the Message Inbox for further info on private messaging. Q: Are there other ways to view the Chatterbox? A: Of course! In addition to the Message Inbox which allows you to view all your private messages at once, and the Fullpage Chat which is a page dedicated to chatting, other monks have written various clients to access the Chatterbox. For information about those clients, visit Other CB Clients. Q: What is the maximum length of a message? A: The maximum limit is 255 characters. If you really have the need to say more, you will have to break it up into multiple messages. This limit is for characters typed, not characters seen, so a 235 character URL pasted in will leave you 20 characters for the rest of the message. A: Full details about linking are found in What shortcuts can I use for linking to other information?. See also Using the Chatterbox: Linking. Q: What HTML tags are allowed? A: PerlMonks Approved Chatter HTML Tags has a concise list. But you'll probably also be interested in the information in "Using the Chatterbox: URLs, Special Characters, and Code", which explains how HTML and other special stuff is handled by the Chatterbox. Q: What are these abbreviations I keep seeing? A: Check out Guide to PerlMonks Acronyms and Abbreviations Q: What happens if I send a message to a user who does not exist? A: This usually happens when you forget to put in the <username> before your private message. Unless the first word in your message happens to be a current user, you will get a message back from root. For example, if I was trying to ask jcwren about the eating habits of geckos, and mistyped:/msg How fast can a gecko eat a cricket? Q: How long do public messages stay in the Chatterbox? A: Messages are purged from the Chatterbox when they reach an age of 500 seconds (8 minutes, 20 seconds). Furthermore, the Chatterbox is always truncated to the most recent 10 messages. This means that if the Chatterbox is very busy, any given message could "scroll off" in a minute or less. On the other hand, if there's only one message in the Chatterbox, it will linger there for over 8 minutes. Q: How can I tell who I have already ignored? A: Go to Ignored Users and look around. Q: Can I tell who is listening when I talk? A: You can look at the list of names in the Other Users nodelet for a general idea, but not all of the people listed there are reading the Chatterbox, and not all of the people reading the Chatterbox are listed in Other Users. There is a very high correlation, however, as most monks read the Chatterbox. Q: How can I move the Chatterbox higher up on my screen? A: You can change the position of the Chatterbox and all other nodelets by going to Nodelet Settings; there you can change the order of the nodelets or add and delete nodelets as you see fit. Q: I could have sworn I just saw the NodeReaper in the chatterbox! A: No area of the monastery is safe from the NodeReaper! Q: Are bots allowed in the Chatterbox? A: No. But actually, as long as the bot doesn't talk, it's o.k. Bots which talk on their own are not tolerated. Back to the PerlMonks FAQ |
|