FTP Ad Manager — File Browser
FTPAdManagerv1.0 / FTPAdManagerv1.0 / ftpadman10.mrc
ftpadman10.mrc — 2.17 KB — Download this file
; -----------------------------------------------------
; Peace and Protection Addon (by ReagaN)
; -----------------------------------------------------
; ADDON: FTP Ad Manager v1.0
; -----------------------------------------------------
; aliases
alias ftpcfg {
/set %channel $$?="What #channel to advertise in?"
/set %duration $$?="Seconds between Repeats?"
/set %ftptrigger $$?="Trigger?"
/set %ftpname $$?="FTP Name?"
/set %username $$?="Login?"
/set %password $$?="Password?"
/set %portnum $$?="Port Number?"
/set %ipadd $$?="IP Address?"
/set %usermax $$?="Maximum Users on FTP?"
}
alias ftpon {
/enable #ftpad
/disable #ftpoff
/set %channel $chan
/msg $chan 4 %ftpname 15FTP is now 7online15. Type4 %ftptrigger 15for info.
/timer1 999 %duration /msg $chan 4 %ftpname 15FTP is online. Type4 %ftptrigger 15for info.
}
alias ftpoff {
/disable #ftpad
/enable #ftpoff
/timer1 off
/describe $chan is taking4 %ftpname 6FTP off-line for a while....look for it later. 5,14[ 1,14FtpAdMan 15,14v1.0 1,14by 7,14ReagaN5,14 ]
}
; >>> This is the autoresponse that is generated when a user types the trigger and FtpAdMan is ON
#ftpad off
on 1:TEXT:%ftptrigger:%channel {
/notice $nick 4 %ftpname 15FTP at4 %ipadd 15login:4 %username 15pass:4 %password 15Port4 %portnum
/notice $nick 15No Hammering.4 %usermax 15User Maximum. Stay in4 %channel 15, $nick, or transfers will cease and you will be banned. No exceptions. 5,14[ 1,14FtpAdMan 15,14v1.0 1,14by 7,14ReagaN5,14 ]
}
#ftpad end
#ftpad off
#ftpoff on
; >>> This is the autoresponse that is generated when a user types the trigger and FtpAdMan is OFF
on 1:TEXT:%ftptrigger:%channel {
/notice $nick 15Sorry, 4 %ftpname 15 FTP is currently off-line....look for it later. 5,14[ 1,14FtpAdMan 15,14v1.0 1,14by 7,14ReagaN5,14 ]
}
#ftpoff end
#ftpoff on
; Menubar
menu menubar {
-
FTP Ad Manager
.Config:ftpcfg
.ON:ftpon
.OFF:ftpoff
}
menu channel {
-
FTP Ad Manager
.Config:ftpcfg
.ON:ftpon
.OFF:ftpoff
}
; Startup Message
on 1:start:dispa 15You are using 5,14[ 1,14FtpAdMan 15,14v1.0 1,14by 7,14ReagaN5,14 ]