mIRC Home    About    Download    Register    News    Help

Print Thread
#222906 08/07/10 03:25 PM
S
sillyboy
sillyboy
S
on *:TEXT:*badword*:*:{
.ignore $nick
var %ip = $address($nick,2)
.msg $me %ip test
}


E.g I don't want to have *!*@ip
I would like to have *@ip only.

any idea?

#222907 08/07/10 03:26 PM
V
Voglea
Voglea
V
var %ip = $address

#222908 08/07/10 03:36 PM
S
sillyboy
sillyboy
S
Cannot get the address. Even using $address($nick,2)
its only have *!*@ip..

wondering can i have *@ip only.

#222909 08/07/10 03:47 PM
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
$gettok($address($nick,2),-1,33)

RusselB #222910 08/07/10 04:13 PM
S
sillyboy
sillyboy
S
Originally Posted By: RusselB
$gettok($address($nick,2),-1,33)


thanks! tt works!

#222911 08/07/10 04:35 PM
Joined: Feb 2009
Posts: 133
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2009
Posts: 133
$address($nick,2) = $wildsite


Link Copied to Clipboard