New:
- Ability to change Nickname. - Denied
- Locate A User: To be able to search for the user in MSN Groups. - Modified
- Locate A User: Ability to view the person's info in a way that it can be copy and pasted. - Modified
Fixed:
- Disconnection Problems: ... - Modified
Edited Apr 3, 2005 4:31 AM by Trex
Travis
Historical / Guest
When I check details on a room, it would be cool to be able to right click on a user and check their profile.
Would be nice to turn off ctcp reply's.
Travis
Historical / Guest
Trex, Vexation posted this code already. It will find someone regardless if they ar ein a group or reg subscription chat room on msn. I slightly modified it.
menu nicklist {
 GateKeeper Lookup:msn.gkfind $ial($$1).addr
}
menu channel,status {
 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 }
Edited Apr 3, 2005 1:18 AM by Travis