I cant find any script´s that has something simular, egglearn.tcl was the closest i could find.. But it lacked some commands. If anyone knows a script i could use, it would be great :) Otherwise, would the script be to big to request here ? No flags are needed. Its something like this im looking for...
Always post such requests in the proper forum (dont ask in the TCL faq) set yourfile "scripts/file.txt" bind pub - !new show:new proc show:new {nick uhost hand chan arg} { global yourfile foreach n [lrange [split [read [set f [open $yourfile]]] \n] end-4 end] { puthelp "privmsg $chan...
Ty stdragon for the great info :) What should i do in my scenario? I have a file with info in it that is added by users with !commands.. Would it be possible to make a small script that would read the five newest inputs in that file? (The newest are always at the bottom of the file) For example !new...