post '/:irc_id' do |irc_id|
      redirect '/' unless @irc = Irc.find(irc_id)
      @irc.update_attributes(params['irc'])

      if @irc.error?