Difference between revisions of "Silence"

From Mibbit Wiki
Jump to: navigation, search
(wildcards work too)
(/silence is IRCd based)
Line 1: Line 1:
 
== Silence Command ==
 
== Silence Command ==
  
The '''Silence''' Command may be used to effectively prevent private messages from another user, commonly known as "PM", from reaching you.
+
The '''Silence''' Command may be used to effectively prevent
 +
private messages, commonly known as "PM",
 +
notices, and CTCP events from another user from reaching you.
 +
For channel messages you have to use the /ignore command (client side).
  
If you desire to invoke the silence command, type the following in the input line of the Mibbit client:
+
If you desire to invoke the silence command,
 +
type the following in the input line of your IRC client:
 +
/silence +nickname
 +
Replace "nickname" above with the nickname you wish to silence.
  
/silence +nickname (or /silence +host - if (s)he keeps changing the nick)
+
If they keep changing the nick use:
 +
/silence +[[hostmask]]
 +
(wildcards work too, e.g., /silence +mib_* or *@*BEEFB9E5.IP).
  
Replace "nickname" above with the nickname you wish to silence (wildcards work too, e.g., /silence mib_* ).
+
To remove silence protection you have set, type:
 +
/silence -nickname
 +
or
 +
/silence +[[hostmask]]
 +
To show the current silence list type:
 +
/silence
  
To remove silence protection you have set, type the following:
+
The result of silencing users is transparent.
 +
You won't know they are trying to PM you and
 +
they won't know you aren't receiving their PMs.
  
/silence -nickname
+
After logging out of your IRC client, any active nicknames that are
 
+
silenced will become unsilenced upon restarting your IRC client.
The /silence command blocks both PM messages and notice messages, which are less frequently used.
 
 
 
The result of silencing another user is transparent.  You won't know they are trying to PM you and they won't know you aren't receiving their PMs.
 
 
 
After logging out of the Mibbit client, any active nicknames that are silenced will become unsilenced upon restarting the Mibbit Client.
 
  
 
[[Category:Commands]][[Category:How To]][[Category:IRC]]
 
[[Category:Commands]][[Category:How To]][[Category:IRC]]

Revision as of 22:39, 7 August 2010

Silence Command

The Silence Command may be used to effectively prevent private messages, commonly known as "PM", notices, and CTCP events from another user from reaching you. For channel messages you have to use the /ignore command (client side).

If you desire to invoke the silence command, type the following in the input line of your IRC client:

/silence +nickname 

Replace "nickname" above with the nickname you wish to silence.

If they keep changing the nick use:

/silence +hostmask 

(wildcards work too, e.g., /silence +mib_* or *@*BEEFB9E5.IP).

To remove silence protection you have set, type:

/silence -nickname

or

/silence +hostmask 

To show the current silence list type:

/silence

The result of silencing users is transparent. You won't know they are trying to PM you and they won't know you aren't receiving their PMs.

After logging out of your IRC client, any active nicknames that are silenced will become unsilenced upon restarting your IRC client.