Skip to content
ClearMSN Connection

User Lookup

A TG007 community discussion started by Travis.

Discussion 6 posts
Page 1 of 1
Open
Topic #2974 · 6 published posts · 1,861 views

Id like the user lookup feature to be able to search for the gatekeeper addy as well as nick. How can we do this?

 

A coder who harasses and floods rooms figured out how to make it so you cnat find his nick.

add this to a separate file in remotes

 

menu nicklist {
 GateKeeper Lookup:msn.gkfind $ial($$1).addr
}
alias msn.gkfind { tokenize 32 $iif($1,$1,$$?="Enter GateKeeper Address to Search For") | echo -a * Looking up $1 ... | sockwrite -n msn.chan* WHO $1 | set -u15 %msn.gkfind $1 }
on *:signal:msn.chan:{
 if ($6 == $gettok(%msn.gkfind,1,64)) { if ($3 == 352) && ($5 != *) { echo -a * 4located5 :server 207.168.167. $+ $gettok($1,-1,46) 5:channel $5 5:nick $9 $iif($msn.decode($9) != $9,/ $msn.decode($9)) 5:status $replace($left($10,1),H,Online,G,Away) ( $+ $right($10,-1) $+ ) } | set -u5 %msn.gkfind %msn.gkfind }
}

 

then you can use the command /msn.gkfind [gatekeeper] to locate any user by their address.

 

You must have Broadband Mode enabled to use this.

 

*** last edit i promise. lol.

Edited Feb 26, 2005 11:54 PM by vexation

bfush.PNG

Kick Ass Vex!!!! You Rock! Here, I edited it a little bit. Added a channel list input and took out the server info to make it easier to read. (didnt think it needed the server info)

 

menu nicklist {
 GateKeeper Lookup:msn.gkfind $ial($$1).addr
}
menu channel {
 Gatekeeper Lookup:msn.gkfind $$?="Enter gatekeeper:"
}
alias msn.gkfind { tokenize 32 $iif($1,$1,$$?="Enter GateKeeper Address to Search For") | echo -a * Looking up $1 ... | sockwrite -n msn.chan* WHO $1 | set -u15 %msn.gkfind $1 }
on *:signal:msn.chan:{
 if ($6 == $gettok(%msn.gkfind,1,64)) { if ($3 == 352) && ($5 != *) { echo -a * 4located5 :$+ $gettok($1,-1,46) 5:channel $5 5:nick $9 $iif($msn.decode($9) != $9,/ $msn.decode($9)) 5:status $replace($left($10,1),H,Online,G,Away) ( $+ $right($10,-1) $+ ) } | set -u5 %msn.gkfind %msn.gkfind }
}

 

Thanks Again

thanks for having me look at this. it seems that msn has done something that stops the normal user lookup in nuclear from working. anyway, help is on the way in an upcoming update:

 

user posted image

 

you can enter a nickname or a gatekeeper and it will locate it for you. works with guests too, and locates users in groups as well (as you can see).

bfush.PNG

Well I dont know. I think this may be a case of msn going through changes at the moment.

When I first did a search on this guy, I was in a room with him, and it said cannot locate user. So, just now, I loaded that code you gave for the gate. And after I saw it worked, saw what rooms he was in, I checked it out on your locate user dialogue. It worked. I just checked it agian, it works.

 

So ... Last night I was using the room list dialogue, and it was kind of buggy sometimes. It would list the section, and then again and again, meaning, below one long list, it would start a new list and over again. Also, the details info sometimes would work, sometimes wouldnt. I know that its not your code. Code either works or doesnt. So before you go to far, remember msn is very buggy this past week. Cheers bro!!

 

(now about that +q code)

 

edit: So your locate user dialogue already is able to locate by gatekeeper? duh, instead of askin.. I tried it, it wont let me input the whole code, max characters stop at gate.

Edited Feb 27, 2005 3:02 AM by Travis

no it isn't as of yet. but im working on a minor update that will allow you to use gatekeeper in it. the currently available version doesn't do it.

bfush.PNG