mIRC Home    About    Download    Register    News    Help

Print Thread
#106163 25/12/04 05:37 PM
Joined: Dec 2004
Posts: 2
S
Shot Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Dec 2004
Posts: 2
i did search but i got even more confused :S

i want to echo the ip when it return from the server.

.User ip: /userhost $$1-

how to echo to chan not status?

Joined: Mar 2004
Posts: 175
Vogon poet
Offline
Vogon poet
Joined: Mar 2004
Posts: 175
Code:
raw 302:*: { echo $Active $2- }


- Relinsquish
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
If that line is from nicklist popups, change it to this
Code:
.User ip:set -u10 %uhost. $+ $$1 # | userhost $1

Add this to remotes
Code:
raw 302:*:{
  var %a = $gettok($2,1,61)
  if %uhost. [ $+ [ %a ] ] { echo -tic info $v1 * Userhost %a $+ : $2 | halt }
}

Joined: Dec 2004
Posts: 2
S
Shot Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Dec 2004
Posts: 2
thanks guys smile


Link Copied to Clipboard