bind pub -|o !age age
proc age {nick uhost hand channel text} {
if {[llength $text] > 1} {
puthelp "PRIVMSG $chan :You were supposed to look for a nick.. not more"
} elseif {![lsearch $::backupfile $text]} {
puthelp "PRIVMSG $chan :I don't remember seing $text
} else {
puthelp "PRIVMSG $chan :$text has been in $chan since [lindex $::userjoindata [lsearch $::backupfile $nick] 2]
}
[04:45] Tcl error in file 'zeus.conf':
[04:45] missing close-brace
while executing
"proc age {nick uhost hand channel text} {
if {[llength $text] > 1} {
puthelp "PRIVMSG $chan :You were supposed to look for a nick.. not more..."
(file "scripts/lobby/test.tcl" line 2)
invoked from within
"source scripts/lobby/test.tcl"
(file "zeus.conf" line 84)
[04:45] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
[f4w@lobby-poseidon eggdrop]$