Thread: ioReserve
View Single Post
Old 02-10-2005, 02:58 AM  
oldhouse80
Member
 
Join Date: May 2003
Posts: 37
Default

Tcl error [reserve_identify]: can't read "irPasswdUtil": no such variabl
e

I get this error when i try to identify meassaging the bot.
This is from my tcl

# path to ioPasswd.exe by WarC
set irPasswdUtil "c:/ioFTPD/scripts/ioReserve/ioPasswd.exe"

I was wondering if it has anything to do with the last part of the file where i see these lines:

proc reserve_identify {nick uhost hand arg} {
global ioPasswdUtil irBotNick dausers
if { $arg == "" } { return }

and u use ioPasswd instead of irPasswd. I don't have other ideas...


If i change that line using irPasswd, i get another error:

Tcl error [reserve_identify]: can't read "irIOPath": no such variable
oldhouse80 is offline   Reply With Quote