mIRC Homepage
Posted By: LisaMIRC [REQUEST] ON JOIN ADRESS - 10/01/13 03:29 AM
Can someone help me with a on join ip checker?


Code:
on *:JOIN:$adress:*: {
if $adress() $read(IP.txt) {
echo Checked $adress this IP belongs to $getnick
   }
}
Posted By: Tomao Re: [REQUEST] ON JOIN ADRESS - 10/01/13 06:55 AM
on *:join:#:{
if ($read(ip.txt,wn,$wildsite)) {
echo # Checked $v1 this IP belongs to $nick
}
}
Posted By: LisaMIRC Re: [REQUEST] ON JOIN ADRESS - 21/01/13 01:14 PM
And how do i this if i dont want to use a txt. ?

Whenever 127.0.0.1 JOINS i get a echo like 127.0.0.1 is here ?
Posted By: LisaMIRC Re: [REQUEST] ON JOIN ADRESS - 22/01/13 09:05 PM
How do i get just the 3 rows of a IP
Example IP is 127.0.0.1 i just want it to take 127.0.0.

Cutting the last number off.
© mIRC Discussion Forums