# File lib/rbot/core/config.rb, line 202
  def ctcp_listen(m)
    who = m.private? ? "me" : m.target
    case m.ctcp.intern
    when :VERSION
      m.ctcp_reply version_string
    when :SOURCE
      m.ctcp_reply Irc::Bot::SOURCE_URL
    end
  end