Difference between revisions of "Silence"

From Mibbit Wiki
Jump to: navigation, search
(/silence is IRCd based)
m (Reverted edits by 98.200.11.96 (talk) to last revision by Havvy)
(Tag: Rollback)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Silence Command ==
 
== Silence Command ==
  
The '''Silence''' Command may be used to effectively prevent
+
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.
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).
 
For channel messages you have to use the /ignore command (client side).
  
If you desire to invoke the silence command,
+
If you desire to invoke the silence command, type the following in the input line of your IRC client:
type the following in the input line of your IRC client:
+
  /silence +nickname
  /silence +nickname  
 
 
Replace "nickname" above with the nickname you wish to silence.
 
Replace "nickname" above with the nickname you wish to silence.
  
If they keep changing the nick use:  
+
If they keep changing the nick use: <tt>/silence +[[hostmask]]</tt> (wildcards work too, e.g., /silence +mib_* or *@*BEEFB9E5.IP).
/silence +[[hostmask]]  
 
(wildcards work too, e.g., /silence +mib_* or *@*BEEFB9E5.IP).
 
  
To remove silence protection you have set, type:
+
To remove silence protection you have set, type: <tt>/silence -nickname</tt> or <tt>/silence -[[hostmask]]</tt>.
/silence -nickname
 
or
 
/silence +[[hostmask]]  
 
To show the current silence list type:
 
/silence
 
  
The result of silencing users is transparent.
+
To show the current silence list type <tt>/silence</tt>
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
+
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.
silenced will become unsilenced upon restarting your IRC client.
 
  
[[Category:Commands]][[Category:How To]][[Category:IRC]]
+
After logging out of your IRC client, any active nicknames that are silenced will become unsilenced upon restarting your IRC client.
 +
 
 +
== Comparison Between <tt>/ignore</tt> And <tt>/silence</tt> ==
 +
 
 +
It is an unfortunate situation that to properly block all messages from a user, both commands must be used. The basic difference between them is that <tt>/silence</tt> is an irc server command and <tt>[[/ignore]]</tt> is a part of the Mibbit client.
 +
 
 +
[[Category:Commands]]
 +
[[Category:How To]]
 +
[[Category:IRC]]

Latest revision as of 11:53, 23 June 2020

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.

Comparison Between /ignore And /silence

It is an unfortunate situation that to properly block all messages from a user, both commands must be used. The basic difference between them is that /silence is an irc server command and /ignore is a part of the Mibbit client.