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:
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'