mIRC Home    About    Download    Register    News    Help

Print Thread
#56747 22/10/03 01:52 PM
Joined: Aug 2003
Posts: 9
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Aug 2003
Posts: 9
i got a problem, if i type "//echo -a $address(nick, 2)" it shows me only to some ppl the address...somes it says "* /echo: insufficient parameters" is that a bug?

if i type: ""//echo -a $address(silent, 2)" it shows "*!*@ionwerfer.dyndns.org"

if i type: ""//echo -a $address(delphi, 2)" it shows "* /echo: insufficient parameters"


how can i get addresses of All ppl?

#56748 22/10/03 01:54 PM
Joined: Oct 2003
Posts: 273
E
EVH Offline
Fjord artisan
Offline
Fjord artisan
E
Joined: Oct 2003
Posts: 273
on me:*:JOIN:#:who #

this will fill the IAL with the addresses
of all users on a channel when you join.

#56749 22/10/03 01:55 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
$address works from the IAL. Only people who's addresses are in the IAL can be returned, so no, it isn't a bug.

//who # should fill the IAL with everyone in the channel's addresses.

#56750 22/10/03 01:58 PM
Joined: Aug 2003
Posts: 9
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Aug 2003
Posts: 9
big thanks again

there must be much changed since 6.03

#56751 22/10/03 01:58 PM
Joined: Oct 2003
Posts: 273
E
EVH Offline
Fjord artisan
Offline
Fjord artisan
E
Joined: Oct 2003
Posts: 273
That's not a change since 6.03 .. it's always been that way.

#56752 22/10/03 02:00 PM
Joined: Aug 2003
Posts: 9
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Aug 2003
Posts: 9
isnt /who in the helpfile?

#56753 22/10/03 02:07 PM
Joined: Oct 2003
Posts: 273
E
EVH Offline
Fjord artisan
Offline
Fjord artisan
E
Joined: Oct 2003
Posts: 273
No, /who is not a mIRC command .. it is a server command.

#56754 22/10/03 02:13 PM
Joined: Aug 2003
Posts: 9
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Aug 2003
Posts: 9
but i never used it in mirc 6.03 why dont i got all adresses when i join? blush

#56755 22/10/03 02:18 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Simple: Because that isn't how IRC works.

You only get sent user's addresses when:

A) They do something, such as join/part/set a mode on/say something in a channel you are in.
B) You request it (/who, /whois, etc.).

mIRC never did a /who on the channel when you joined by default, since most users don't run scripts that need everyone's addresses.

#56756 22/10/03 02:47 PM
Joined: Aug 2003
Posts: 9
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Aug 2003
Posts: 9
thanks for the reply smile

cant i hide it from the status? dont work with ".who #"

#56757 22/10/03 02:55 PM
Joined: Oct 2003
Posts: 273
E
EVH Offline
Fjord artisan
Offline
Fjord artisan
E
Joined: Oct 2003
Posts: 273
put these to lines in remote section of script editor

raw 352:*:haltdef
raw 315:*:haltdef

#56758 22/10/03 03:03 PM
Joined: Aug 2003
Posts: 9
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Aug 2003
Posts: 9
thx^^

#56759 22/10/03 03:11 PM
Joined: Oct 2003
Posts: 273
E
EVH Offline
Fjord artisan
Offline
Fjord artisan
E
Joined: Oct 2003
Posts: 273
most welcome smile


Link Copied to Clipboard