bind pub - "!nick" add
proc add { nick idx handle chan args } {
set name [lindex $args 0]
set email [lindex $args 1]
set text [lindex $args 2 end]
puthelp "NOTICE $nick :Hi $name with $email added and $text"
}
but now the notice is if i type: !nick mino mino@mino.com mino is cool
he says per Notice "Hi mino
mino@mino.com
mino is cool with added and "
What my fault?? PLz help me

