Yes, it depends on the format that you saved the files. There are several ways to read the data from file.
- If you have saved the file in INI format you can use $readini() - syntax: $readini(File.ini,TopicName,ItemName) which can be $readini(File.ini,$chan,$nick)
- Using $read() and reading the file line by line and match the data
- Using File Handling which is similar to $read() but this is so faster.
- Using /filter
You may read the help file about each of these and ask your possible questions here and we will assist you.