I made this script for listing in a chan..
When i type !list or @list it will show line for line from the text file "list.db"
But its only showed the first line of fine anyone can help me with this?
Best Regards
FiskerEn
<code>
set channel "channel"
set db eggdrop/scripts/list.db
I think you don't want to use read to read the lines of your file, but gets
Without an exact number of characters to read that command will read everything until it encounters EOF, gets reads a single line from the specified channel.