so theres no way to have the wave be from me it has to be "the channel" instead.

what im looking for is this:

Lisa has joined the channel.
*John Waves Hi to Lisa

so everytime she joins it would trigger and say i wave.


could you do something like this instead maybe:
on *:JOIN:#JohnDoeChannel: {
if ($nick == JohnDoe) {
if ($nick2 == Lisa) {
describe $nick Waves Hi to $nick2
}
}
}

with somehow specifying that $nick is whatever my nick is ($me)

Last edited by JohnS; 07/05/08 05:07 PM.