Need Ftp Advertising Script

InfinitumInfinitum Anime Encyclopedia Join Date: 2002-08-08 Member: 1111Members, Constellation
<div class="IPBDescription">For the good ol !list command</div> Can someone recommend me an irc advertising script for an ftp.

In a channel that has private advertising so I can't activate a timer, I don't need something like polaris... I hate scripts with a passion cause they always change the way I do things....

Just a simple plugin that will advertise an ftp when someone does the !list command.

Thx guys.

Comments

  • FireStormFireStorm Join Date: 2002-11-06 Member: 7390Members
    edited April 2003
    I have some FTP stuff for mIRC somewhere (puts the number of people in the chan every minute on a file and sends it to a FTP). But I don't understand your question...
  • WheeeeWheeee Join Date: 2003-02-18 Member: 13713Members, Reinforced - Shadow
    edited April 2003
    Script your own, it's fairly easy. For a simple one, (using mIRC)


    <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    alias /ftpon { set %ftp = on }
    alias /ftpoff { set %ftp = off }

    on *:TEXT:!list:#: {
    if (%ftp == "on") {  /notice $nick FTP is active at <ip:port> }
    else { /notice $nick FTP is inactive }
    }

    <!--c2--></td></tr></table><span class='postcolor'><!--ec2-->

    *edit* oops
Sign In or Register to comment.