# Pastebin yQGZKmZU class InviteToJoin include Cinch::Plugin listen_to :invite, method: :invite def invite(m, chan) Channel(chan).join end end