I don't need word list, i need to translate some letters in word.. "k" will be translate for "kj", "L" will be translate for "Lj"...
This code i don't need -->
on *:INPUT:#:{
if ($1 == k) { say kj }
}

I need something like this:

on *:INPUT:#:{
if ($1 == kakis) { say kakjis }
}

... but it isnt that i need.. I need script which translate every word i say...


[color:red]m[color:blue]IRC[color:green] for EvEr