mIRC Home    About    Download    Register    News    Help

Print Thread
#25388 21/05/03 10:50 PM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
ok i have no idea on how to do this if i say something like lol and then when it is sent my script will change it and it would come out LO L or something like that any one know i have been asking around for days -.-


Need amazing web design for low price: http://www.matrixn3t.net
#25389 21/05/03 10:59 PM
Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
On 1:INPUT:#:{
if ($1 == lol) { msg $active $replace($1,LO L) | halt }
}


- cF
Dedicated helper for rent.
#25390 21/05/03 11:00 PM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
thx


Need amazing web design for low price: http://www.matrixn3t.net
#25391 22/05/03 12:28 AM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
errr ok now the script is getting a bit more advanced i changed it a tid bit to my needs err but im having one problem

when ever i say something like hi wb it just goes (welcome) (back) not hi (welcome) (back)

wtf is with it????
Code:
on *:input:#: { if (wb isin $1-) { /msg $active %ctext.wb | halt } }


Need amazing web design for low price: http://www.matrixn3t.net
#25392 22/05/03 12:47 AM
Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
on *:input:#: { if (wb isin $1-) { /msg $active $replace($1-,$ifmatch,%ctext.wb) | halt } }


- cF
Dedicated helper for rent.
#25393 22/05/03 10:07 PM
Joined: Mar 2003
Posts: 437
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
ok i have a problem

what if you do this

/msg Nick1 lol my pass is *********

it spams to channel... how do you fix that

/me lol screws up... ect ect


Link Copied to Clipboard