Go Back   FlashFXP Forums > ioFTPD Forum > ioFTPD > Scripting > ! Requests

! Requests Need a script or some sort of cool .bat file ? Ask here!

Reply
 
Thread Tools Rate Thread
Old 04-11-2005, 07:37 AM   #1
Member
ioFTPD Foundation User
 
Join Date: Nov 2003
Posts: 62
Question [REQ]Diskfree on chan join

hi ,
i try to add to iobanana.tcl announce of diskspace when the sitebot join my channel
something like that :
:BOTname came online with :120go DIsKfree

i'm starting to code with no luck ATM but if some have already done it

TIa
epoke is offline   Reply With Quote
Old 04-11-2005, 07:59 AM   #2
deo
Banned
 
Join Date: Feb 2005
Posts: 53
Default

Code:
set botvars(schan) "#channel" ;# channel bot needs to join

bind join - * _START

proc _START {nick user hand chan} {global botvars
	if {[string equal -nocase $chan $botvars(schan)] && [isbotnick $nick]} {
		...go disk free proc...
	}
}

there's a start...
deo is offline   Reply With Quote
Reply
Create a free account to browse our forums without ads



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -5. The time now is 10:06 AM.