mIRC Home    About    Download    Register    News    Help

Print Thread
#59394 07/11/03 03:57 AM
Joined: Jun 2003
Posts: 67
D
Babel fish
OP Offline
Babel fish
D
Joined: Jun 2003
Posts: 67
is there a way to get some1s nick by using there login name. like when u whois some1 it gives u the name they are logged in as but it can be different then nick so can you use the login name to get the nick?


while (demi == nub) {
inc %skill
}
#59395 07/11/03 04:58 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Do you mean logins with NickServ-type bots?

That depends on the services. On QuakeNet you can do /msg Q whois Collective and it will notice you back a list like this:
Code:
[04:55:16] -Q- Collective is online right now.
[04:55:16] -Q- Collective is authed as Collective.
[04:55:16] -Q- There are more users authed with that id.
[04:55:16] -Q- Bob is also authed as Collective

There might be ways on other services too, but I rarely use them so I don't know.

#59396 07/11/03 11:15 PM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
yes there are raw comands that gives you the full name as well as the Nickname. depending on what IRC you are on will determin what Raw command you need to use.

Now if you are trying to recover your own nick then I would put the nick on notify then use Unotify to recover the nick when it has left IRC
ON *:UNOTIFY: if ($nick == MAINnick) { nick $nick }

if you are trying to locate a nick by there NAME then you would have to find the corrisponding Raw command
on the undernet is raw 307




Intelligence: It's better to ask a stupid question, then to prove it by not asking....

Link Copied to Clipboard