# Pastebin nhFoQLvN class JoinMsg include Cinch::Plugin listen_to :join def listen(m) unless m.user.nick == bot.nick msg m.user.nick "hi" end end end