- ; The following snippet, will find anything contained within
- ; someones hostmask. Ie, if you name is joe, and you do /f joe,
- ; it will catch all of these:
- ;
- ; joe!me@myhost.com
- ; bob!joe@lolol.com
- ; happy!lalala@joesloves.com
- ; Address string finder
- echo -
- echo : Starting search...
- who $active
- set %this.address 0
- set %max.address $nick($active,0)
- :search
- inc %this.address
- if ($1- isin $address($nick($active,%this.address),5)) {
- }
- if (%this.address == %max.address) {
- echo -a : Search complete
- echo -
- halt
- }
- goto search
- }
Code / mIRC / Find String in IAL
Download as Text : January 6th, 2009
This work is licensed under a