um, yuck. haha. sorry your code's just a bit off, I'll tweak it for you:

Code:
on *:action:huggles *:#: { 
if ($2 isin $me) {
/var %randomnumber = $rand(1,2)
if (%randomnumber == 1) {
/describe $chan implodes
else {
/describe $chan huggles back
}


should work for you. I switched to ($2 isin $me) because I assume you want it to work if they use part of your nick. in my case something like "huggles veno" should respond. you can also just use ($me == $2) if you want it only to respond to your entire nick.

-Venoman