Problem: I have windrop not on my pc running, and i have only ftp access to pc where the bot sits (it's windrop). So when i make mistake in may config file and upload it, after .rehash bot quits because there is some stupid error in config file, and i need to ask owner of pc where my bot is to run the bot manually. Maybe in windrop there are some settings to make bot only inform me that ther is an error in configa file, not quitting from irc
if {[catch {source <name of the old config>} err]} {
putlog "Error parsing config file: $err"
} else {
return $err
}
...it'll make the bot survive a .rehash but if you've got errors when starting the bot for the first time it might not even get on irc depending on where/what the error is.