s.each_index {|idx|
          if idx >= 3 && (!Event::Handler::ev_list.include?(s[idx]) || Event::Handler::system_commands.include?(s[idx]))
             return send_data("NOT SUPPORT [#{s[idx]}] command\r\n")
          end