Difference between revisions of "Silence"
m |
m (Added info according to https://www.quakenet.org/news/227-ircd-upgrade) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
/silence [[+|-]<mask>|<nick>] | /silence [[+|-]<mask>|<nick>] | ||
− | This command silences/unsilences the specified nick/mask. The silence works server side, unlike [[ignore]] you won't receive the messages. The number of silences you can set is given on connect by [[Raw_005|raw 005]]. On Quakenet the silence list is normally limited to 15. | + | This command silences/unsilences the specified nick/mask. The silence works server side, unlike [[ignore]] you won't receive the messages. The number of silences you can set is given on connect by [[Raw_005|raw 005]]. On Quakenet the silence list is normally limited to 15. '''Note''' that all entries of your silence list are deleted if you disconnect. |
Results are replied with a [[:Category:Raw_silence|raw]]. | Results are replied with a [[:Category:Raw_silence|raw]]. | ||
== Examples == | == Examples == | ||
− | silence | + | /silence |
Shows your silence list. | Shows your silence list. | ||
− | silence *!*@*moo | + | /silence *!*@*moo |
This would silence every user with a mask matching *!*@*moo. | This would silence every user with a mask matching *!*@*moo. | ||
− | silence +fishbot | + | /silence +fishbot |
This would silence the nick fishbot. | This would silence the nick fishbot. | ||
− | silence -fishbot | + | /silence -fishbot |
This removes silence of the nick fishbot if its in your silence list. | This removes silence of the nick fishbot if its in your silence list. | ||
− | silence -* | + | /silence +fishbot,-snailbot |
+ | This would silence the nick fishbot and removes silence of the nick snailbot from your silence list. | ||
+ | /silence +~fishbot!*@* | ||
+ | This excludes fishbot from the silence list. | ||
+ | /silence -* | ||
Removes all silences | Removes all silences | ||
+ | /silence +!@12.34.56.78/24 | ||
+ | Silence also supports CIDRs which are /16 and higher. | ||
+ | /silence +!@authname.users.quakenet.org | ||
+ | This would add a silence to all users authed as "authname". | ||
− | + | [[Category:Raw_silence]][[Category:Basic IRC commands]] | |
− | |||
− | |||
− | [[Category:Raw_silence]] |
Latest revision as of 19:08, 8 September 2013
Adds or removes an address from your silence list.
/silence [[+|-]<mask>|<nick>]
This command silences/unsilences the specified nick/mask. The silence works server side, unlike ignore you won't receive the messages. The number of silences you can set is given on connect by raw 005. On Quakenet the silence list is normally limited to 15. Note that all entries of your silence list are deleted if you disconnect.
Results are replied with a raw.
Examples
/silence
Shows your silence list.
/silence *!*@*moo
This would silence every user with a mask matching *!*@*moo.
/silence +fishbot
This would silence the nick fishbot.
/silence -fishbot
This removes silence of the nick fishbot if its in your silence list.
/silence +fishbot,-snailbot
This would silence the nick fishbot and removes silence of the nick snailbot from your silence list.
/silence +~fishbot!*@*
This excludes fishbot from the silence list.
/silence -*
Removes all silences
/silence +!@12.34.56.78/24
Silence also supports CIDRs which are /16 and higher.
/silence +!@authname.users.quakenet.org
This would add a silence to all users authed as "authname".