Alright, it appears that I have figured out how to get this working the way I want it to now. I added the bottom 2 lines, which are posting to where I want.
if ($1 = dork) {
echo -s ON TEXT EVENT IN CHANNEL @ $time
echo -s Nick : $nick
echo -s Channel : $chan
echo -s Text : $1-
echo $chan testing even more
notice $nick testing yet again
}
Now, the only problem is, this seems to only work with a single word, or number set, I cannot get it to trigger with what I really want which is @find 80...to tell them not to look for 80. I have tried asterisks everywhere, even dropped the '@' symbol, and even tried to string the 2 words together with an underscore _, all to no avail. It works, just not with what I want it too..lol. Maybe I need some bracketing or an identifier?
Anyone with any clue as to how to help would be greatly appreciated. Thanks.