on *:JOIN:#JohnDoeChannel: {
if ($nick == JohnDoe
) {
describe $chan Waves Hi
}
}
would changing $chan after describe to $nick instead make it "JohnDoe Waves Hi" instead of "JohnDoeChannel Waves Hi" ?
If you're on #JohnDoeChannel, type /describe #JohnDoeChannel finally realizes how this command works.