home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 1_general / silence < prev    next >
Encoding:
Text File  |  2002-10-28  |  1.4 KB  |  42 lines

  1. Synopsis:
  2.    silence [[+|-]<nick!user@host>]
  3.    silence [<nick>]
  4.  
  5. Description:
  6.    SILENCE is similar in many respects to IGNORE, except that it is
  7.    server-based.  What this means is the server will never even send you
  8.    messages from anyone you have SILENCEd, whereas it will with IGNORE,
  9.    where your client is responsible for filtering the messages out.  This
  10.    has the advantage of not bogging your client down with excessive data
  11.    as it tries to filter out messages.
  12.  
  13.    The default behavior is to SILENCE a nick!user@host pattern, and if
  14.    such a pattern is not passed as the argument, it must be prepended with
  15.    a plus ('+') to be added to your silence list.  If a pattern is prepended
  16.    with a minus ('-'), it will be removed from your silence list.  If you
  17.    only specify a nickname, you can list the patterns in the silence list
  18.    owned by that nickname.  If no arguments are given, your own silence list
  19.    is displayed.
  20.  
  21. Options:
  22.    +   add a pattern to your silence list
  23.    -   remove a pattern from your silence list
  24.  
  25. Examples:
  26.    To add someone to your silence list:
  27.       /silence *!*jerk@*.moron.org
  28.  
  29.    To remove someone from your silence list:
  30.       /silence -*!*friend@*.bestbuds.com
  31.  
  32.    To see the silence list for FooBar:
  33.       /silence foobar
  34.  
  35. See Also:
  36.    ignore(1); on(5) silence
  37.  
  38. Restrictions:
  39.    This command is limited to Undernet-based servers (i.e. it won't work on
  40.    EFnet).
  41.  
  42.