The scripts stores definition of words inserted by users....as the words arise in number i get a problem, while listing them, with the command !learnlist...id est, the lenght of the output is greater in charachters available for one single IRC message (about 400 - 500 chars, usually) and the list gets cut before the ending....
I saw that the command used in the script is a putserv, this one :
Code: Select all
if {$check == 0} {putserv "$learn(method) $nick :The learn file is empty"} else {putserv "$learn(method) $nick :Learn words: $words"}
Now...let's say there is no way to change the limits of messages lenght within the IRC server, witch is not owned neither administered by me.... do u think is there any chance to obtain a new line somehow in the putserv cmd ?
Always grateful, roughnecks.