Let's take for example this:
Notice I used 'puthelp' to queue the text. The question is, is there anyway I can make all the text display at once? Instead of queueing the text?bind pub - !info pub:info
proc pub:info {nick uhost hand chan text} {
puthelp "NOTICE $nick :Welcome to #abc"
puthelp "NOTICE $nick :Enjoy yourself here"
puthelp "NOTICE $nick :For more infomation,
puthelp "NOTICE $nick :visit http://www.a.com"
}
Thanks