Difference between revisions of "Private message"

From Mibbit Wiki
Jump to: navigation, search
m (moved Private Messages to Private message: Plurality->Singularity and Capitalization)
m
Line 1: Line 1:
{{orphan|date=December 2009}}
 
 
 
{{Wikify|date=December 2009}}
 
{{Wikify|date=December 2009}}
  
Private messages are ways for one person to speak to another person without them being in the same channel, or having others see the conversation.  There are two types of private messages, notices and private messages.  This is a part of standard IRC.
+
Private messages are ways for one person to speak to another person without them being in the same channel, or having others see the conversation.  There are two types of private messages, notices and private messages.
  
 
==Private Messages==
 
==Private Messages==
  
To initiate a private message, first you need to know the users nick.  Then, there is one of two options:
+
To initiate a private message, first you need to know the user's nick.  Then, use one of the following commands.
  
# /query <nick> - Opens up the private message tab, but does not send a message.  The other user does not know you used this command.
+
;<tt>/query Nick</tt> : Opens up the private message tab, but does not send a message.  The other user does not know you used this command.
# /msg <nick> <message> - Opens up the private message tab, and sends the message.  The private message tab opens for the other user too.
+
;<tt>/msg Nick Message</tt> : Sends a message to the nick.  The private message tab opens for the other user, but not for you.
  
 
There are no modes in private chat.
 
There are no modes in private chat.
Line 16: Line 14:
 
==Notices==
 
==Notices==
  
If you do not need a private message tab, notices may be preferable.  Notices are done by using the command /notice <nick> <message>, with the message sent to either the server tab or the active tab of the user, depending on whether or not the preference for sending the message to the active tab is set.
+
Notices may be preferable if the private messages tab is not needed.  Notices are done by using the command <tt>/notice Nick Message</tt>.
 +
 
 +
Where the notice goes depends on the specific client.  In Mibbit, the location depends on the [[preference]] <tt>Notices to active tab</tt> being enabled or disabled.  If enabled, the notice goes to the [[active tab]].  Otherwise, the notice goes to the [[server tab]].
  
 
[[Category:Commands]][[Category:IRC]]
 
[[Category:Commands]][[Category:IRC]]

Revision as of 21:00, 18 April 2010


Private messages are ways for one person to speak to another person without them being in the same channel, or having others see the conversation. There are two types of private messages, notices and private messages.

Private Messages

To initiate a private message, first you need to know the user's nick. Then, use one of the following commands.

/query Nick 
Opens up the private message tab, but does not send a message. The other user does not know you used this command.
/msg Nick Message 
Sends a message to the nick. The private message tab opens for the other user, but not for you.

There are no modes in private chat.

Notices

Notices may be preferable if the private messages tab is not needed. Notices are done by using the command /notice Nick Message.

Where the notice goes depends on the specific client. In Mibbit, the location depends on the preference Notices to active tab being enabled or disabled. If enabled, the notice goes to the active tab. Otherwise, the notice goes to the server tab.