I have a text file that has a list of items. The first word of each line is the item and the rest of the line is the description.
I am trying to write a script that when a user types !item <item> it will go to this file, find the line with that item and respond with the description. How can I do this. I am fairly new at writing scrips and know that this is possible.
At this time, the file has approx 600 items in it. and will grow to near 1000.
Thanks for your help