lol, well i found out what my problem was, its correct to use putquick , i man all those commands (puthelp, putquick put... ) send data out but in diff methods, ne who, its the stupid returns that were messing me up, the correct code is
Code: Select all
proc do_notice_on_join {nick host hand chan} {
putquick "NOTICE $nick :Welcome $nick to the HOme of Rox da Noobs -->RdN<-- pleaze add to ur auto-perform, Thx"
puthelp "NOTICE $nick :If you need any help of any kind or need to speak with any ops simply pm the bot : /msg RdN-Bot <and ask your question or state what u need>"
puthelp "NOTICE $nick :Type @menu for a listing of commands."
}
that worx wonderfully, thx for all who helpped, special thx to papillon for contacting me and helping me greatly, thx bud!!!