home *** CD-ROM | disk | FTP | other *** search
- /* MCF_Silence.AMIRX
- // $VER: MCF_Silence.AMIRX 4.1 (29.07.96)
- \\ Written by Donald T. Becker (dtbecker@prolog.net) IRC: StarDustr
- // Please mail any bug reports/comments to the above address with a subject
- \\ header of MCF.AMIRX.
- //
- \\ ** What to do with this file?
- // Put this script in REXX: Add the following Aliases:
- \\ SI /Rx MCF_Silence %p this will silence the user.
- // US /Rx MCF_Silence %p - this will remove the silence entry.
- */
- ;parse arg Nick flag junk Uflag UType;options results;userhost Nick;FHost=result;xl=pos('@',FHost);if xl=1 then exit;Host="*!*"||substr(FHost,xl);if flag="-" then;Uflag="Un";else UType="CTCP PRIV";"RAW Silence "flag||Host;"Say /"Uflag"Ignore " Host UType;exit