mIRC Home    About    Download    Register    News    Help

Print Thread
#218906 27/02/10 04:11 PM
Joined: Jul 2008
Posts: 57
R
RiMaJoy Offline OP
Babel fish
OP Offline
Babel fish
R
Joined: Jul 2008
Posts: 57
What is the best way to scan for clones?

Code:
$address

or
Code:
$fulladdress

or
Code:
$host

or
Code:
.......

RiMaJoy #218908 27/02/10 04:42 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Depends on how specific you want to get.

$fulladdress is more specific than $address, which, in turn, is more specific than $host

Additionally, there are the various $address masks, which can make the whole thing, or certain parts more or less specific in comparison with other parts of the returned address.

See /help $mask for more details regarding the $address masks.

RiMaJoy #218918 27/02/10 07:27 PM
Joined: Feb 2009
Posts: 133
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2009
Posts: 133
$address($nick,N)

/help $address


WorldDMT
RusselB #219195 08/03/10 02:54 PM
Joined: May 2009
Posts: 5
M
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
M
Joined: May 2009
Posts: 5
I used to make one using $ial

MaDDoC #219205 08/03/10 10:23 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
The problem with $ial is the fact that the internal address list doesn't get updated immediately upon joining the channel. While the list should be updated quickly after joining, there's no guarantee that it will be.

$address, $site, and $wildsite (respective to this situation) is set immediately.

RusselB #219206 08/03/10 10:31 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
$address, $site and $wildsite are filled at the same time as $ial and $ialchan - either when somebody joins or when you issue a /who on a channel.

hixxy #219207 08/03/10 10:45 PM
Joined: Feb 2009
Posts: 133
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2009
Posts: 133


WorldDMT

Link Copied to Clipboard