CaVeMaN

CaVeMaN

Joined
Feb 25, 2010

Activity Stream

CaVeMaN commented on a Page, Alias tracker (AKA)  -  Mar 16, 2010

i did change $v1 for $ifmatch and $v2 for $ifmatch2 , mmm and then a click on "show alternative nicks" is not showing nothing ... .same problem Merkin ?

 Respond  
CaVeMaN commented on a Page, nick tracker  -  Mar 15, 2010

Im getting this error on my status ..how i cane fix this

  • Invalid format: $hfind (line 27, script5.mrc)
 Respond  
CaVeMaN commented on a Page, nick tracker  -  Mar 15, 2010

I have this error .. * Invalid format: $hfind (line 27, script5.mrc)...
how i cane fix this

 Respond  
CaVeMaN commented on a Page, nick completions  -  Mar 04, 2010

i tryed ... but just make apears in the status window all the nicks that there is in the channel , still not working .... if you wanna take a look to the script ,you may find out what the problem is ... the script name is Mesias Script.I believe you gonna have more idea if you see how it is ....

 Respond  
CaVeMaN commented on a Page, nick completions  -  Mar 04, 2010

it dont work , it make apears thre lines same text but oposite way .. and in the first line it thas apear the nick completions but only if your write first and the second nick name following in the same line it does not apears whith the completions ...

 Respond  
CaVeMaN   -  Mar 03, 2010

@Korvin About the Nick completions yess your right Korvin.. Im using this mesias script for long time and I just want to change that part, if you want to download the script and see you'r going to have a better idea ... Im hopping not be asking to much , but i really want to make that change .. I'll apreciate if you can help me with this and I also hope not be asking something incorrect . thanks Korvin

 Respond  
CaVeMaN created a Page  -  Feb 27, 2010
787 

I have this issue whith my script and i would like to change it , as you know nicks completions only apears at the begininig of the text , what i want is to make it apears anywhere .

CaVeMaN commented on a Page, Channel List  -  Feb 26, 2010

As you know ..nick completions only apears at the begining of the text , my idea is to make it apears anywhere on the text ...here is the part i asume it has to be modificate or change it .. if someone cane help me with this ...

/corrige.nicks {
if ( $right($1,1) = : ) {
%nc = 0
%nn = $nick(#,0)
:1
inc %nc 1
if (%nc > %nn) goto 3
%nac = $nick(#,%nc)
%ntm = $len(%nac)
%nsf = $ncmuestra(%nac)
%npart = $remove( $1 ,:)
if (%npart isin %nac) {
%texto = %nsf $+ $right(%texto,$calc($len(%texto) - $len($$1)))
goto 3
}
else { goto 1 }
:3
unset %nac %ntm %nsf %nn %nc %npart
}
elseif ($$1 ison #) {
; %texto = $replace(%texto,$$1,$ncmuestra($nick(#,$nick(#,$$1))))
%texto = $ncmuestra($nick(#,$nick(#,$$1))) $+ $right(%texto,$calc($len(%texto) - $len($$1)))
}
}
ncmuestra {
return $+ %nc1.c $+ $+ %nc1 $+ [ $ $+ [ texto $+ [ %ncnick ] $+ ($$1) ] ] $+ $+ %nc2.c $+ $+ %nc2 $+
}

 Respond  
CaVeMaN commented on a Page, Current Date  -  Feb 25, 2010

looks like you guys can help me ..i need the nick completions to apears anywhere in the text im writing and not only at the begining (default)..here is the part i thing it has to be change ..
/corrige.nicks {
if ( $right($1,1) = : ) {
%nc = 0
%nn = $nick(#,0)
:1
inc %nc 1
if (%nc > %nn) goto 3
%nac = $nick(#,%nc)
%ntm = $len(%nac)
%nsf = $ncmuestra(%nac)
%npart = $remove( $1 ,:)
if (%npart isin %nac) {
%texto = %nsf $+ $right(%texto,$calc($len(%texto) - $len($$1)))
goto 3
}
else { goto 1 }
:3
unset %nac %ntm %nsf %nn %nc %npart
}
elseif ($$1 ison #) {
; %texto = $replace(%texto,$$1,$ncmuestra($nick(#,$nick(#,$$1))))
%texto = $ncmuestra($nick(#,$nick(#,$$1))) $+ $right(%texto,$calc($len(%texto) - $len($$1)))
}
}
ncmuestra {
return $+ %nc1.c $+ $+ %nc1 $+ [ $ $+ [ texto $+ [ %ncnick ] $+ ($$1) ] ] $+ $+ %nc2.c $+ $+ %nc2 $+
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.