Sorry mate, I think you understood me wrong
(or I explained it wrong most likley)
The users will be typing "!matchinfo TeamA-vs-TeamB" and my script will search down the file for it, but I dont want it to just reply whatever is written on that line, I want it to reply something neat like:
"Match info for TeamA-vs-TeamB - Date: xx/xx/xxxx - Time: xx/xx/xxxx - Final Score: xx-xx"
So I want to alias the first word it finds on that line as %matchteams, the 2nd word it finds as %matchdate etc etc, that way I can just go:
/msg #chan Match info for %matchteams - Date:%matchdate - Time:%matchtime - Final Score: %matchscore
I hope that clears it up