Thread: ioTRANSCRED
View Single Post
Old 10-08-2004, 07:08 AM  
biboun
Member
 
Join Date: Mar 2003
Posts: 87
Default

Quote:
set Ftp1 [GetFTPName $Ftp1]
set Ftp2 [GetFTPName $Ftp2]
## .... end more

if {$Ftp1 == $Ftp2 } { putserv "PRIVMSG $nick :\[TRANSCRED\] Use this script need little reflexion !";break}
There are only break command, when ftp1 = ftp2. Put return instead of break. But verify your configuration, and test ftp1 != ftp2.

Need exe only on master, not on all server.
biboun is offline   Reply With Quote