mIRC Home    About    Download    Register    News    Help

Print Thread
#105726 20/12/04 12:10 PM
Joined: Nov 2004
Posts: 84
GogetaX Offline OP
Babel fish
OP Offline
Babel fish
Joined: Nov 2004
Posts: 84
how to use it rightly?

when i inputing something, it saying to me this 2 times... why? and how to fix it?


by the time you finish reading this, you realize you have wasted 5 secundes of your life!
#105727 20/12/04 12:39 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Use the /halt command.

Example:

on *:input:#:{
echo -a Your usual text will not be displayed.
halt
}


Regards,


Mentality/Chris
#105728 20/12/04 02:33 PM
Joined: Nov 2004
Posts: 84
GogetaX Offline OP
Babel fish
OP Offline
Babel fish
Joined: Nov 2004
Posts: 84
so HALT its destroying last SAY?


by the time you finish reading this, you realize you have wasted 5 secundes of your life!
#105729 20/12/04 02:50 PM
Joined: Nov 2004
Posts: 84
GogetaX Offline OP
Babel fish
OP Offline
Babel fish
Joined: Nov 2004
Posts: 84
humm
it dont working when i using something like this:
Code:
 
on *:INPUT:#:{
  if ( %Languange.letters == 2 ) {
    say $replacecs($$1-,a,2a,b,3b,c,4c,d,5d,e,6e,f,7f,g,8g,h,9h,i,10i,j,11j,k,12k,l,13l,m,14m,n,15n,o,0o,p,2p,q,3q,r,4r,s,5s,t,6t,u,7u,v,8v,w,9w,x,10x,y,11y,z,12z,A,2A,B,3b,C,4C,D,5D,R,6R,F,7F,G,8G,H,9H,I,10I,J,11J,K,12K,L,13L,M,14M,N,15N,O,0O,P,2P,Q,3Q,R,4R,S,5S,T,6T,U,7U,V,8V,W,9W,X,10X,Y,11Y,Z,12Z)
    halt
  }
}
 


by the time you finish reading this, you realize you have wasted 5 secundes of your life!
#105730 20/12/04 06:59 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
That works fine for me, make sure you have %Languange.letters actually set or it won't work, and make sure you have it in a new remote file.

As a note, if you use that, you'll get banned from most channels.

Regards,


Mentality/Chris
#105731 20/12/04 07:45 PM
Joined: Nov 2004
Posts: 84
GogetaX Offline OP
Babel fish
OP Offline
Babel fish
Joined: Nov 2004
Posts: 84
it writing to me the text in duble
one text its a simple text
and the secund text its with color text...


by the time you finish reading this, you realize you have wasted 5 secundes of your life!
#105732 20/12/04 08:26 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
search your scripts for for another ON INPUT even thou you halted it, it only halts the default action, not another on input, so maybe theres another script thats doing a /say frown


Link Copied to Clipboard