hi, i am using caps script, but getting the following error,
Caps-Guard: Added gggg with no attribs
<eggdrop> [19:47] Tcl error [caps_pubm]: invalid command name "date"
and date is in these few lines.
adduser $hand $uh
chattr $hand "-${default-flags}+${caps_flag}"
putlog "Caps-Guard: Added $hand with no attribs"
if {$numversion < 1030000} {
setcomment $hand "([date]) Used caps in $chan (${nick}!${uhost})"
} {
setuser $hand COMMENT "([date]) Used caps in $chan (${nick}!${uhost})"
}
}
thank you for your help
regards
AW