mIRC Home    About    Download    Register    News    Help

Print Thread
#189070 03/11/07 04:22 PM
Joined: Oct 2007
Posts: 92
N
Babel fish
OP Offline
Babel fish
N
Joined: Oct 2007
Posts: 92
is there a raw for collecting the ip on the channel you'll going to join or a way?

nomer2007 #189081 03/11/07 07:30 PM
Joined: Oct 2007
Posts: 51
T
Babel fish
Offline
Babel fish
T
Joined: Oct 2007
Posts: 51
use /who #channel.

raw 352:*:{ write $+($2,.ips.txt) $+($4,:,$6) }

Last edited by Trashlord_; 03/11/07 07:30 PM.
Trashlord_ #189108 04/11/07 02:18 AM
Joined: Oct 2007
Posts: 92
N
Babel fish
OP Offline
Babel fish
N
Joined: Oct 2007
Posts: 92
Isn't there a way to know the ip before joining the channel?

nomer2007 #189111 04/11/07 02:33 AM
Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
To what "ip" do you refer? Maybe you can give an example...

Horstl #189164 04/11/07 04:57 PM
Joined: Oct 2007
Posts: 92
N
Babel fish
OP Offline
Babel fish
N
Joined: Oct 2007
Posts: 92
ips of the nicks already on the channel that i'll join

nomer2007 #189177 04/11/07 07:27 PM
Joined: Oct 2007
Posts: 51
T
Babel fish
Offline
Babel fish
T
Joined: Oct 2007
Posts: 51
Originally Posted By: nomer2007
Isn't there a way to know the ip before joining the channel?


Sure, if you're psychic, and know which nicks are in the channel you're about to join.

If you are, use /userhost <nick> [nick2] [nick3] [etc]

Otherwise, no, you can't.

mIRC needs to receive the hosts from the server in order to know them.

The server won't give you a user's host, unless you do /userhost, or /whois on them.
Or, if you're receiving output from a command this user did, such as a private message with the user, or a notice.

nomer2007 #189180 04/11/07 07:32 PM
Joined: May 2007
Posts: 89
T
Babel fish
Offline
Babel fish
T
Joined: May 2007
Posts: 89
The problem is that mIRC collects the 'IPs' (addresses) of the people on a #channel only when you join the #channel.

Another method, already given in a preceeding post, is to use the raw /WHO #channel. Here also, if you are not atleast an IRCOperator on the server, the raw will only return for those who are not in invisible(+i) mode.

So, I'll say that it's impossible unless you have +o.

Regards


tropnul

Link Copied to Clipboard