Sorry - this is not PROPER - but should give u the basics, should work... I think wink
NOT TESTED :P

Remote
---
#search on
on 1:!seach*:*:/Search $2 $username
#search end
---



Aliases
---
/search {
set %section 1
set %section $readini(FILE.INI, 1stArea, $1)
if (%section != 1) then {
set %section 1st area
/msg $3 found in %section
goto end
}
set %section $readini(FILE.INI, 2ndArea, $1)
if (%section != 1) then {
set %section 2ndarea
/msg $3 found in %section
goto end
}
:end
}

I know some of you code guru's can shorten this up ALOT. heck even change it around wink but basicly it checks each section for the word. if it exists, then it marks the section. and tells the user where it's located.

Very bad code I know :P been awhile thou.

Axe