bind join ly2|ly2 * join:halfop
proc join:halfop {nick uhost hand chan} {
if {$ahopcheck != "1" } {
puthelp "Notice $nick :You have been granted Halfop Powers in this channel"
puthelp "Notice $nick :You will not have +h given to you, but moderation capabilities are given using !nuke kick <nickname> <reason> and !nuke ban <nickname> <reason> .The ban length will be the standard length"
putlog "Sent halfop msg to $nick"
}{
pushmode $chan +h $nick
puthelp "Notice $nick :You have been granted halfop powers in this channel."
putlog "Halfopped $nick in $chan"
}
}
[17:49] Tcl error [join:halfop]: extra characters after close-brace
This is amazingly frustrating, as i cannot see where this damn character is. Can you help please?