Need Ftp Advertising Script
<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.
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
<!--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