mIRC Home    About    Download    Register    News    Help

Print Thread
#91962 27/07/04 08:30 PM
B
born2ball
born2ball
B
im looking for a command id put for when i type lol itll come out £åµghš Õµ† £ðµd

anyone know it off the top there head? thx

Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
alias lol { say £åµghš Õµ† £ðµd } -

Usage: /lol

If you wanted it where you just type "lol" in a channel, then use this:

on *:input:#:{
if (!$istok(/ $readini($mircini,text,commandchar),$left($1,1),32)) && (!$ctrlenter) { say $replace($1-,lol,£åµghš Õµ† £ðµd) | halt }
}


Link Copied to Clipboard