i have a random nick script but i want it to be performed when i got a message like this "Nickname already in use" so basicaly if i typed in a nick if it is already in use this script will autorun...
Code:
alias randomnick {
nick $+(random],$regsubex($str(.,$r(5,5)),/./g,$r(a,z)))
}
yea, now that u said something, I realise it, but i think ol' buddy was trying to match "." instead of "any one char". All in the inner workings i guess