Go Back   FlashFXP Forums > > > >

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

Reply
 
Thread Tools Rate Thread Display Modes
Old 04-11-2005, 07:37 AM   #1
epoke
Member
ioFTPD Foundation User
 
Join Date: Nov 2003
Posts: 60
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: 46
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

Tags
code, diskfree, join, luck, starting

Thread Tools
Display Modes 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

Forum Jump


All times are GMT -5. The time now is 03:12 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)