module Commands
    class Cat < Base
      match(/^cat([\s])?(?<file>.*)$/)

      def self.call(client, data, match)