Quote:
Couple of minor errors I saw with your code dude.

1. You're not specifying a target in your Status Window you'll get a "gives no such nick/channel" error.

2. I'm sure you meant $1 and not $2.

Code:
On *:TEXT:*:*: {
  tokenize 33 $1
  if ($1 == beer) {
    describe $iif($target !ischan,$nick,$chan) gives a nice cold $1 to $nick
  }
}


When $1 is tokenized it is beer and not !beer. smile

And the $iif() function determines where the message is coming from whether it's Private Message or Channel.

-Andy


actually i dead mean to put $2 example

!beer Heneiken

nick gives a nice cold Heneiken too $nick < $nick of person

the $2 command i was implementing was to give the kind of beer


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }