Quote:
ON *:TEXT:!milk *:#:{ msg $chan bot hands $2 a glass of milk}

Someone please explain what ive done wrong?


you didn't put a space after milk and before } so it should be:
Code:
on *:TEXT:!milk *:#: {
  msg $chan bot hands $2 a glass of milk
}

Activated by: !milk nick
you also might want to look at describe in this case, instead of msg, Ie:
'describe $chan hands $2 a glass of milk'

Last edited by Kurdish_Assass1n; 29/10/06 03:37 PM.

-Kurdish_Assass1n