I have this script it works great:

Code:
on *:join:#MyChannel: {
  if ($nick != $me) { describe $chan offer $nick $+ ! a $read(Drinks.txt) & toasts #MyChannel IRC network! }
}



I like to make it also where a person can order a drink with:

!order or !Order

and it'll serve them a drink

Pauls74462