if {![validchan $chan]} {
puthelp "NOTICE $nick \"Please specify a valid channel.\""
return}
but when i put an invalid channel, the bot notices me with "Please.
what should I change so that the bot will Notice me with the whole message without the ".
if {![validchan $chan]} {
puthelp "NOTICE $nick "Please specify a valid channel.""
return}
but when i put an invalid channel, the bot notices me with "Please.
what should I change so that the bot will Notice me with the whole message without the ".