Yes, it depends on the format that you saved the files. There are several ways to read the data from file.

  1. 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)
  2. Using $read() and reading the file line by line and match the data
  3. Using File Handling which is similar to $read() but this is so faster.
  4. Using /filter

You may read the help file about each of these and ask your possible questions here and we will assist you.


Nothing...