on *:JOIN:#JohnDoeChannel: {
if ($nick == JohnDoe) {
describe $chan Waves Hi
}
}

Originally Posted By: JohnS

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.