At first, make ON JOIN event, that reacts on users who are joining channels, that you are sitting in, and create some db (database) that would carry information about niks, and their joined channels, that you are too. Make event when YOU are joining channel (read all people who are sitting in channel) and add them yo your db.
After this all... Create event, that would catch quit message, replace it as you want, and echo it with loop, to those channels, in whitch that person was sitting...
Job done...
PS: Havent tried jet, so maybe there is other way to do this.