post '/new' do
      @irc = Irc.create(params['irc'])

      if @irc.error?
        @errors = @irc.errors